hatchet-sdk 1.11.0__py3-none-any.whl → 1.11.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 hatchet-sdk might be problematic. Click here for more details.
- hatchet_sdk/clients/admin.py +4 -2
- {hatchet_sdk-1.11.0.dist-info → hatchet_sdk-1.11.1.dist-info}/METADATA +1 -1
- {hatchet_sdk-1.11.0.dist-info → hatchet_sdk-1.11.1.dist-info}/RECORD +5 -5
- {hatchet_sdk-1.11.0.dist-info → hatchet_sdk-1.11.1.dist-info}/WHEEL +0 -0
- {hatchet_sdk-1.11.0.dist-info → hatchet_sdk-1.11.1.dist-info}/entry_points.txt +0 -0
hatchet_sdk/clients/admin.py
CHANGED
|
@@ -361,7 +361,8 @@ class AdminClient:
|
|
|
361
361
|
try:
|
|
362
362
|
resp = cast(
|
|
363
363
|
v0_workflow_protos.TriggerWorkflowResponse,
|
|
364
|
-
|
|
364
|
+
await asyncio.to_thread(
|
|
365
|
+
client.TriggerWorkflow,
|
|
365
366
|
request,
|
|
366
367
|
metadata=get_metadata(self.token),
|
|
367
368
|
),
|
|
@@ -450,7 +451,8 @@ class AdminClient:
|
|
|
450
451
|
|
|
451
452
|
resp = cast(
|
|
452
453
|
v0_workflow_protos.BulkTriggerWorkflowResponse,
|
|
453
|
-
|
|
454
|
+
await asyncio.to_thread(
|
|
455
|
+
client.BulkTriggerWorkflow,
|
|
454
456
|
bulk_request,
|
|
455
457
|
metadata=get_metadata(self.token),
|
|
456
458
|
),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
hatchet_sdk/__init__.py,sha256=TW5T_It9W79Lfu-QaxMYBXMjYaXQdOpOS6bvYJm6VjQ,10198
|
|
2
2
|
hatchet_sdk/client.py,sha256=7ONBiE29OKQci3Qaz7U5e-WSxO_ohnWq8F-MSgzG2fU,2312
|
|
3
|
-
hatchet_sdk/clients/admin.py,sha256=
|
|
3
|
+
hatchet_sdk/clients/admin.py,sha256=B4fav9EYdsMbMqaH3GUEwL8sza1tQ3RORlwGXUb7qp0,17019
|
|
4
4
|
hatchet_sdk/clients/dispatcher/action_listener.py,sha256=XUDXye-HW4V30DBgjd_dmq7e03AS9eBxUJi1VsvfSqE,13837
|
|
5
5
|
hatchet_sdk/clients/dispatcher/dispatcher.py,sha256=LoxQEX5FS6v-qKRtOXoqsx3VlBUgFgTkbK58LU1eU3I,8176
|
|
6
6
|
hatchet_sdk/clients/event_ts.py,sha256=MudFszIb9IcPKQYvBTzcatPkcWEy3nxbAtEQ0_NYxMg,2094
|
|
@@ -518,7 +518,7 @@ hatchet_sdk/worker/runner/runner.py,sha256=9Z3Ac6hRh5rjet7-BRtpcFARlhWvy6TNrdsdj
|
|
|
518
518
|
hatchet_sdk/worker/runner/utils/capture_logs.py,sha256=nHRPSiDBqzhObM7i2X7t03OupVFnE7kQBdR2Ckgg-2w,2709
|
|
519
519
|
hatchet_sdk/worker/worker.py,sha256=SAucu3dg8lkKLbzb3noNWvClZ09lC5tuRcBkYZtIJ-0,16088
|
|
520
520
|
hatchet_sdk/workflow_run.py,sha256=ZwH0HLFGFVXz6jbiqSv4w0Om2XuR52Tzzw6LH4y65jQ,2765
|
|
521
|
-
hatchet_sdk-1.11.
|
|
522
|
-
hatchet_sdk-1.11.
|
|
523
|
-
hatchet_sdk-1.11.
|
|
524
|
-
hatchet_sdk-1.11.
|
|
521
|
+
hatchet_sdk-1.11.1.dist-info/METADATA,sha256=Fd4BDU2OhReYHqLfbSGLFelTHGTfKbQQeksWS0qhqUM,3636
|
|
522
|
+
hatchet_sdk-1.11.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
523
|
+
hatchet_sdk-1.11.1.dist-info/entry_points.txt,sha256=Un_76pcLse-ZGBlwebhQpnTPyQrripeHW8J7qmEpGOk,1400
|
|
524
|
+
hatchet_sdk-1.11.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|