Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit de79f3b

Browse files
reillyseSean Reillygrutt
authored
Bug fix key is not required (#231)
* not required * release: 0.39.0a1 --------- Co-authored-by: Sean Reilly <[email protected]> Co-authored-by: gabriel ruttner <[email protected]>
1 parent 19eb988 commit de79f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hatchet_sdk/clients/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ChildWorkflowRunDict(TypedDict):
5757
workflow_name: str
5858
input: Any
5959
options: ChildTriggerWorkflowOptions[dict]
60-
key: str
60+
key: str | None = None
6161

6262

6363
class TriggerWorkflowOptions(ScheduleTriggerWorkflowOptions, TypedDict):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hatchet-sdk"
3-
version = "0.39.0a0"
3+
version = "0.39.0a1"
44
description = ""
55
authors = ["Alexander Belanger <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)