Skip to content

Commit

Permalink
Bug fix key is not required (#231)
Browse files Browse the repository at this point in the history
* not required

* release: 0.39.0a1

---------

Co-authored-by: Sean Reilly <[email protected]>
Co-authored-by: gabriel ruttner <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent 19eb988 commit de79f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hatchet_sdk/clients/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ChildWorkflowRunDict(TypedDict):
workflow_name: str
input: Any
options: ChildTriggerWorkflowOptions[dict]
key: str
key: str | None = None


class TriggerWorkflowOptions(ScheduleTriggerWorkflowOptions, TypedDict):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hatchet-sdk"
version = "0.39.0a0"
version = "0.39.0a1"
description = ""
authors = ["Alexander Belanger <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit de79f3b

Please sign in to comment.