diff --git a/examples/python/quickstart/poetry.lock b/examples/python/quickstart/poetry.lock index d4830317c..1dd38178b 100644 --- a/examples/python/quickstart/poetry.lock +++ b/examples/python/quickstart/poetry.lock @@ -473,14 +473,14 @@ setuptools = "*" [[package]] name = "hatchet-sdk" -version = "1.22.12" +version = "1.22.14" description = "This is the official Python SDK for Hatchet, a distributed, fault-tolerant task queue. The SDK allows you to easily integrate Hatchet's task scheduling and workflow orchestration capabilities into your Python applications." optional = false python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "hatchet_sdk-1.22.12-py3-none-any.whl", hash = "sha256:0b371dda9b89ed63a6ad9b7704e37dfe0f84715c65518840b8b7f350303ad3af"}, - {file = "hatchet_sdk-1.22.12.tar.gz", hash = "sha256:37b3c4f6f0b2884a25f38f792607390723f4d913df5297d24bbc29c29b42ac82"}, + {file = "hatchet_sdk-1.22.14-py3-none-any.whl", hash = "sha256:d4bb9905dc0367ea030d7ad45b316364ea5086ab0466c5d94cbaaf3468f5c763"}, + {file = "hatchet_sdk-1.22.14.tar.gz", hash = "sha256:f9a9296956230e330857a53a6d80861d730e288ac7beba25e610a2254df782d6"}, ] [package.dependencies] @@ -1125,4 +1125,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "620d42b3bd71cee2111135e2be49cc8da14707e8aee656507b5b4182898632bb" +content-hash = "e36999df31aeba48b772a13f102dcff4d84ed54e4b35861b4dfaaace7fbc0fa5" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index 435707e3e..c80601f10 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.22.12" +hatchet-sdk = "1.22.14" [build-system]