external-systems 0.104.0__py3-none-any.whl → 0.105.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of external-systems might be problematic. Click here for more details.

@@ -16,4 +16,4 @@
16
16
  # The version is set during the publishing step (since we can't know the version in advance)
17
17
  # using the autorelease bot
18
18
 
19
- __version__ = "0.104.0"
19
+ __version__ = "0.105.0"
@@ -75,13 +75,20 @@ class Source:
75
75
  def _https_connections(self) -> Mapping[str, HttpsConnection]:
76
76
  return frozendict(
77
77
  {
78
- key: HttpsConnection(params, self._client_certificate, self._https_proxy_url, self._ca_bundle_path)
78
+ key: HttpsConnection(
79
+ params, self._client_certificate, self._https_proxy_url, self.server_certificates_bundle_path
80
+ )
79
81
  for key, params in self._source_parameters.https_connections.items()
80
82
  }
81
83
  )
82
84
 
83
- @cached_property
84
- def _ca_bundle_path(self) -> Optional[str]:
85
+ @property
86
+ def server_certificates_bundle_path(self) -> Optional[str]:
87
+ """
88
+ File path to the CA bundle file containing all server certificates required by the Source.
89
+ If no server certificates are defined on the Source, this will return None.
90
+ """
91
+
85
92
  if self._source_parameters.server_certificates is None:
86
93
  return None
87
94
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: external-systems
3
- Version: 0.104.0
3
+ Version: 0.105.0
4
4
  Summary: A Python library for interacting with Foundry Sources
5
5
  License: Apache-2.0
6
6
  Keywords: Palantir,Foundry,Sources,Compute Modules,Python Functions,Transforms
@@ -1,5 +1,5 @@
1
1
  external_systems/__init__.py,sha256=xXDUDD6_qRO-nHuXZx-fXp0R0vc3N_OOsB1F5mF_kpU,651
2
- external_systems/_version.py,sha256=H_omXKgL1gOXm65es4gU2lgSDXkRkm5JkGrBmqkx-uI,749
2
+ external_systems/_version.py,sha256=-N277YomEI4sXteddhJUup5RsSUv1pQb8O-9AAtDiQQ,749
3
3
  external_systems/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  external_systems/sources/__init__.py,sha256=aqXbMIy_pnyIC1uPRzQfApLCbhYB4N8iRFnpOX4RdAk,1156
5
5
  external_systems/sources/_api.py,sha256=NV7oNIgzSWz4ROFW8uPpUJjDN5vfFzdTs3yKC37S39k,3262
@@ -7,9 +7,9 @@ external_systems/sources/_connections.py,sha256=h82npEks29NALAAfMHrXcSnB7TY_OLeX
7
7
  external_systems/sources/_proxies.py,sha256=hwgMBpOUdlhyRLgCyXE7v9X5v-1a655PDFqHJtZ9c74,6576
8
8
  external_systems/sources/_refreshable.py,sha256=0pa5XW0_2gTMW-ZymKhlhh3Kka_bWTWffThKvrTTifc,4421
9
9
  external_systems/sources/_sockets.py,sha256=XH51adVnloqg8XYVHPxl6K8R_q2BCh6WZ77cq1L8nRg,4473
10
- external_systems/sources/_sources.py,sha256=-DP1QzuCtXOnsijwTNxI9x2vyEmxgyRB47ZTVQshfXA,10829
10
+ external_systems/sources/_sources.py,sha256=DlzoLXYtjLct1CC3h86-sfEwph5CuZe54wbhX98D9p8,11100
11
11
  external_systems/sources/_utils.py,sha256=EmUKKiKRDOZ2cZs7FZ4qCSan_lq1K_tquh3kxleB-jA,1004
12
- external_systems-0.104.0.dist-info/LICENSE.txt,sha256=NAk6Uc9K_N_J5V75k9qECpzUnO-ujT-mKK_jk_mboUE,569
13
- external_systems-0.104.0.dist-info/METADATA,sha256=chq_dLqWwsMlMrdQ8zN_rd-xrryaQ0WCOGiMS64TP5w,4765
14
- external_systems-0.104.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
15
- external_systems-0.104.0.dist-info/RECORD,,
12
+ external_systems-0.105.0.dist-info/LICENSE.txt,sha256=NAk6Uc9K_N_J5V75k9qECpzUnO-ujT-mKK_jk_mboUE,569
13
+ external_systems-0.105.0.dist-info/METADATA,sha256=y7gqCMh6BgeH4672a9ZIW0ynAagT8YBNnKna7lxB38g,4765
14
+ external_systems-0.105.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
15
+ external_systems-0.105.0.dist-info/RECORD,,