hatchet-sdk 0.45.2__py3-none-any.whl → 0.45.3__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 hatchet-sdk might be problematic. Click here for more details.

@@ -95,7 +95,10 @@ class AdminClientBase:
95
95
  else options["additional_metadata"]
96
96
  )
97
97
  if meta is not None:
98
- options["additional_metadata"] = json.dumps(meta).encode("utf-8")
98
+ options = {
99
+ **options,
100
+ "additional_metadata": json.dumps(meta).encode("utf-8"),
101
+ }
99
102
  except json.JSONDecodeError as e:
100
103
  raise ValueError(f"Error encoding payload: {e}")
101
104
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hatchet-sdk
3
- Version: 0.45.2
3
+ Version: 0.45.3
4
4
  Summary:
5
5
  Author: Alexander Belanger
6
6
  Author-email: alexander@hatchet.run
@@ -1,6 +1,6 @@
1
1
  hatchet_sdk/__init__.py,sha256=R5ogd_Dn_6gA_u9a5W2URNq6eDtN1i56cObBv1tOwyU,9408
2
2
  hatchet_sdk/client.py,sha256=ajjLd-gZptVuAx25gG_SdAW8xDA4V7HMIhgYuh9MkVY,3486
3
- hatchet_sdk/clients/admin.py,sha256=1YsLK5AzpgFBKPblcPY5ACA0xLysynA4tihNJkcNyl4,20419
3
+ hatchet_sdk/clients/admin.py,sha256=JvCU_Wl4n2LFZmDXB3bT4VdodWq09ERIBrQz-rCQVTk,20503
4
4
  hatchet_sdk/clients/dispatcher/action_listener.py,sha256=eOq5z29MhC7ynbOOegDRQr-RqDhpS3gfeLswIlZbuGg,15378
5
5
  hatchet_sdk/clients/dispatcher/dispatcher.py,sha256=5ArB3qPy5tetkn38pURWaXLduuRb8iDOjYWjVbbBX-U,6667
6
6
  hatchet_sdk/clients/event_ts.py,sha256=ACGvDdfhvK6ZLKdsPxy-PksLhjIU69P9cdH3AxX-X10,728
@@ -231,7 +231,7 @@ hatchet_sdk/worker/runner/utils/error_with_traceback.py,sha256=Iih_s8JNqrinXETFJ
231
231
  hatchet_sdk/worker/worker.py,sha256=7UPm3qTzNYSSm9QTNX6zBBMJqVA6nKFeCbAdqLLjUBs,13007
232
232
  hatchet_sdk/workflow.py,sha256=XRj5jcCQSvPQMXxBipf-ZlARua2E8Z9igRzGcQ5alkI,9375
233
233
  hatchet_sdk/workflow_run.py,sha256=BwK5cefvXXvyQ1Ednj_7LeejMwQJqWnvUC_FTBmJNxk,1805
234
- hatchet_sdk-0.45.2.dist-info/METADATA,sha256=T4OiUfk0S4FILp-7qhmf2wtYZHCesORzHCac2MVPETw,1736
235
- hatchet_sdk-0.45.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
236
- hatchet_sdk-0.45.2.dist-info/entry_points.txt,sha256=LTtQRABmSGYOxRI68cUVEz5dp9Qb57eqXGic9lU8RMo,1023
237
- hatchet_sdk-0.45.2.dist-info/RECORD,,
234
+ hatchet_sdk-0.45.3.dist-info/METADATA,sha256=wiDI2lmOkBeCFz0D3evg9uSmGYdx7dQi72MjfernlQg,1736
235
+ hatchet_sdk-0.45.3.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
236
+ hatchet_sdk-0.45.3.dist-info/entry_points.txt,sha256=LTtQRABmSGYOxRI68cUVEz5dp9Qb57eqXGic9lU8RMo,1023
237
+ hatchet_sdk-0.45.3.dist-info/RECORD,,