diff --git a/examples/python/quickstart/poetry.lock b/examples/python/quickstart/poetry.lock index df073a815..2953c8e9d 100644 --- a/examples/python/quickstart/poetry.lock +++ b/examples/python/quickstart/poetry.lock @@ -460,14 +460,14 @@ setuptools = "*" [[package]] name = "hatchet-sdk" -version = "1.11.0" +version = "1.11.1" description = "" optional = false python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "hatchet_sdk-1.11.0-py3-none-any.whl", hash = "sha256:bfc548b35a63f17a9141a56dcb366057270568dab1b84a3834ecea23f9ab10bf"}, - {file = "hatchet_sdk-1.11.0.tar.gz", hash = "sha256:017a37c456087174a0603678f15b6ecc3f5b1f32ec3330fcc5da385b85044118"}, + {file = "hatchet_sdk-1.11.1-py3-none-any.whl", hash = "sha256:b183d917f6657b196d90bd3489eb921340593ceb460cf1745f7dc9aaf2bccae0"}, + {file = "hatchet_sdk-1.11.1.tar.gz", hash = "sha256:0591c083eb9efafdc5be9dd80cbd64904098779f473e41e6bf8dca120974b6b2"}, ] [package.dependencies] @@ -1238,4 +1238,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "6e4c4c120d234242fde8c51d512224e1a7416976c61feb90eac2d49cc25de26d" +content-hash = "901ce5e88d3b337db1822aa111ffa7f21ebfed50e84d4166c9c26766d34b703e" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index 8f04b56e1..3c493a627 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.11.0" +hatchet-sdk = "1.11.1" [build-system]