perceptic-core-client 0.43.0__py3-none-any.whl → 0.43.1__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 perceptic-core-client might be problematic. Click here for more details.

@@ -162,6 +162,8 @@ class Configuration:
162
162
  :param retries: Number of retries for API requests.
163
163
  :param ca_cert_data: verify the peer using concatenated CA certificate data
164
164
  in PEM (str) or DER (bytes) format.
165
+ :param cert_file: the path to a client certificate file, for mTLS.
166
+ :param key_file: the path to a client key file, for mTLS.
165
167
 
166
168
  :Example:
167
169
  """
@@ -184,6 +186,8 @@ class Configuration:
184
186
  ssl_ca_cert: Optional[str]=None,
185
187
  retries: Optional[int] = None,
186
188
  ca_cert_data: Optional[Union[str, bytes]] = None,
189
+ cert_file: Optional[str]=None,
190
+ key_file: Optional[str]=None,
187
191
  *,
188
192
  debug: Optional[bool] = None,
189
193
  ) -> None:
@@ -265,10 +269,10 @@ class Configuration:
265
269
  """Set this to verify the peer using PEM (str) or DER (bytes)
266
270
  certificate data.
267
271
  """
268
- self.cert_file = None
272
+ self.cert_file = cert_file
269
273
  """client certificate file
270
274
  """
271
- self.key_file = None
275
+ self.key_file = key_file
272
276
  """client key file
273
277
  """
274
278
  self.assert_hostname = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: perceptic-core-client
3
- Version: 0.43.0
3
+ Version: 0.43.1
4
4
  Summary: Python client for Perceptic Core
5
5
  Author-email: Your Name <you@example.com>
6
6
  License: Proprietary
@@ -1,7 +1,7 @@
1
1
  perceptic_core_client/__init__.py,sha256=mtmMO_z8KGkixvFCNGyr-wI-VTDJUvn5VvHI4dm4JHc,17018
2
2
  perceptic_core_client/api_client.py,sha256=S6yOS2QP2CsJkeB4GkHqq2zDv_7zaXJzVC9y1zXKryE,27859
3
3
  perceptic_core_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- perceptic_core_client/configuration.py,sha256=SQSH2SmsosPzZWLBDCL__iXOYakIfsIi23fdu-TUu74,17975
4
+ perceptic_core_client/configuration.py,sha256=zqA_f9beyctYP2PUH3mZGisoUp4NQ15odRucbvFn_yU,18195
5
5
  perceptic_core_client/exceptions.py,sha256=mAFFNIdOi4nl0A5oxKKACRbtA1uyMozS7dEBLGHUggs,6498
6
6
  perceptic_core_client/rest.py,sha256=VMj2msOtIW-VbmGTbC3oBll9kNsQmI_Q-y_EadfJMio,9502
7
7
  perceptic_core_client/api/__init__.py,sha256=tApmI8eCzPiGNkeaHyUwePHjdNb0za_1CT_8Ji_rBwg,953
@@ -227,7 +227,7 @@ perceptic_core_client/test/test_worker_event.py,sha256=Kj9yWYB3r_a2GKlvhnqAmlZYz
227
227
  perceptic_core_client/test/test_worker_metadata_dto.py,sha256=lbvKWvnwcKEfHHh9diRevdceGEJwgv3INVphqaxiAlw,1674
228
228
  perceptic_core_client/test/test_worker_resource_api.py,sha256=8mfcVQrYQ3ziSyhRuC2IPA9UvkvcOMgrqdGjcuOAkf0,2402
229
229
  perceptic_core_client/test/test_worker_run_event_rating_secondary_id.py,sha256=yBAKncG29Z-cwfS9lCgS1Uu0N7-cVo5zpMDQUUlt-iU,1687
230
- perceptic_core_client-0.43.0.dist-info/METADATA,sha256=-dX9dGfr68CrEGtzMfn1qAdmKNpZhkbMSaDC8V0nh8s,3605
231
- perceptic_core_client-0.43.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
232
- perceptic_core_client-0.43.0.dist-info/top_level.txt,sha256=wWF5_isd4ZU0SRPPhKKAxW4kJ9hYIBgLbcWn_y-c1tg,22
233
- perceptic_core_client-0.43.0.dist-info/RECORD,,
230
+ perceptic_core_client-0.43.1.dist-info/METADATA,sha256=wRmqdpGYvDCkw9l-UMR-iFaNpZIQxImTC_h1430Bz68,3605
231
+ perceptic_core_client-0.43.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
232
+ perceptic_core_client-0.43.1.dist-info/top_level.txt,sha256=wWF5_isd4ZU0SRPPhKKAxW4kJ9hYIBgLbcWn_y-c1tg,22
233
+ perceptic_core_client-0.43.1.dist-info/RECORD,,