esd-services-api-client 2.5.12a143.dev3__py3-none-any.whl → 2.5.13a144.dev1__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.
@@ -1 +1 @@
1
- __version__ = 'v2.5.12a143.dev3'
1
+ __version__ = 'v2.5.13a144.dev1'
@@ -182,9 +182,9 @@ class CrystalConnector:
182
182
  custom_configuration=custom_config,
183
183
  parent_request=parent_request,
184
184
  tag=tag,
185
- ).to_dict()
185
+ ).to_json()
186
186
 
187
- run_response = self._http.post(get_api_path(), data=run_body)
187
+ run_response = self._http.post(get_api_path(), json=json.loads(run_body))
188
188
 
189
189
  # raise if not successful
190
190
  run_response.raise_for_status()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: esd-services-api-client
3
- Version: 2.5.12a143.dev3
3
+ Version: 2.5.13a144.dev1
4
4
  Summary: Python clients for ESD services
5
5
  License: Apache 2.0
6
6
  Author: ECCO Sneaks & Data
@@ -1,5 +1,5 @@
1
1
  esd_services_api_client/__init__.py,sha256=4LskDwFuAFMOjHtN3_-71G_VZ4MNfjMJ7wX2cHYxV-0,648
2
- esd_services_api_client/_version.py,sha256=9wwQMBYXcgbzEJLEH-aiNr8sfyyyEDqd9yzTpBTg0VY,33
2
+ esd_services_api_client/_version.py,sha256=g5aRlUR1ZLhAf1wUvE8JyBwFTSUhrnf3JZE4hPS2V-o,33
3
3
  esd_services_api_client/beast/__init__.py,sha256=zNhXcHSP5w4P9quM1XP4oXVJEccvC_VScG41TZ0GzZ8,723
4
4
  esd_services_api_client/beast/v3/__init__.py,sha256=FtumtInoDyCCRE424Llqv8QZLRuwXzj-smyfu1od1nc,754
5
5
  esd_services_api_client/beast/v3/_connector.py,sha256=VqxiCzJWKERh42aZAIphzmOEG5cdOcKM0DQzG7eQ_-8,11479
@@ -13,7 +13,7 @@ esd_services_api_client/boxer/_models.py,sha256=ursQIR_c9jcVfRKc0LH1OuVL2KFD6kqo
13
13
  esd_services_api_client/common/__init__.py,sha256=L-cEW1mVbnTJLCLG5V6Ucw7zBgx1zf0t1bYcQC1heyw,603
14
14
  esd_services_api_client/crystal/__init__.py,sha256=oeyJjdQ9EpTnIq6XnjPq5v0DWPdHqi4uEfRIcD1mNZA,792
15
15
  esd_services_api_client/crystal/_api_versions.py,sha256=GHbmV_5lP9fP72TZE0j_ZeQSeJjMRcRaBRxNJbz-MWQ,837
16
- esd_services_api_client/crystal/_connector.py,sha256=nVFD-B7Q0OnBi_5tWN5nKnP1lmfz_WN8E9sP9vPahto,13098
16
+ esd_services_api_client/crystal/_connector.py,sha256=0CqBpPahozAnentM6ZZrH84s_D7SoWCShr5_cRQGMX8,13110
17
17
  esd_services_api_client/crystal/_models.py,sha256=j8SEbwp_iAKjn06i-0f8npmhQhs2YJlmQ3eHwc2TwQE,4366
18
18
  esd_services_api_client/nexus/README.md,sha256=hcnDmxQRWGfECb8ruWy-Gsj8fHc8uSh1sHk1re_dJpc,10038
19
19
  esd_services_api_client/nexus/__init__.py,sha256=sOgKKq3_LZGbLmQMtMS7lDw2hv027qownTmNIRV0BB8,627
@@ -51,7 +51,7 @@ esd_services_api_client/nexus/modules/mlflow_module.py,sha256=d4y8XetGF37md4dEpE
51
51
  esd_services_api_client/nexus/telemetry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
52
  esd_services_api_client/nexus/telemetry/recorder.py,sha256=-shxk2vYDTafJ0U3CzkHxIHBQtxVJ1ZNI4ST0p1YV2g,4801
53
53
  esd_services_api_client/nexus/telemetry/user_telemetry_recorder.py,sha256=NgnjSY64nEx1kslkdomENC6vMqkEOpfXggJXwm-NyFs,5163
54
- esd_services_api_client-2.5.12a143.dev3.dist-info/LICENSE,sha256=0gS6zXsPp8qZhzi1xaGCIYPzb_0e8on7HCeFJe8fOpw,10693
55
- esd_services_api_client-2.5.12a143.dev3.dist-info/METADATA,sha256=6qEVT5aOBHaYMhSR2Ha3zEoMA9mDEWn04_CO0XSlU1A,1174
56
- esd_services_api_client-2.5.12a143.dev3.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
57
- esd_services_api_client-2.5.12a143.dev3.dist-info/RECORD,,
54
+ esd_services_api_client-2.5.13a144.dev1.dist-info/LICENSE,sha256=0gS6zXsPp8qZhzi1xaGCIYPzb_0e8on7HCeFJe8fOpw,10693
55
+ esd_services_api_client-2.5.13a144.dev1.dist-info/METADATA,sha256=0vwYVomQdGuC9g4GyBWp18D2vBfB23oIC1bBA6590vU,1174
56
+ esd_services_api_client-2.5.13a144.dev1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
57
+ esd_services_api_client-2.5.13a144.dev1.dist-info/RECORD,,