diff --git a/examples/python/quickstart/poetry.lock b/examples/python/quickstart/poetry.lock index 6e9b7d7db..33e4e4975 100644 --- a/examples/python/quickstart/poetry.lock +++ b/examples/python/quickstart/poetry.lock @@ -410,14 +410,14 @@ setuptools = "*" [[package]] name = "hatchet-sdk" -version = "1.20.0" +version = "1.20.1" description = "" optional = false python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "hatchet_sdk-1.20.0-py3-none-any.whl", hash = "sha256:7f4fab9ada1df36c7b9799e0306543a1a33a4d7def0668a36e6eff00b7e4edd2"}, - {file = "hatchet_sdk-1.20.0.tar.gz", hash = "sha256:bb288c88307a12dd5266207b792ba0279931fd74180a3e1aeaa380ddfb4eaf41"}, + {file = "hatchet_sdk-1.20.1-py3-none-any.whl", hash = "sha256:373f16811ced930d3f5382800ec313f8bae0d9524456412df456d2be587add49"}, + {file = "hatchet_sdk-1.20.1.tar.gz", hash = "sha256:8f177677211f2327487e22aeb48c2b02ce83eb0773e33d15cefd88ae9e15aca7"}, ] [package.dependencies] @@ -1069,4 +1069,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "6696697e96d98fa380bfc4c4af4cbd8950a99d32e6c7c25057948d1a72f7f1c3" +content-hash = "3056b677d84a454edb04388b46d997db50eeef22d21a3513313959d3cd599789" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index c1d54719a..85cc0a7ce 100644 --- a/examples/python/quickstart/pyproject.toml +++ b/examples/python/quickstart/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -hatchet-sdk = "1.20.0" +hatchet-sdk = "1.20.1" [build-system]