diff --git a/python/poetry.lock b/python/poetry.lock index a845761..0df472e 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -610,13 +610,13 @@ setuptools = "*" [[package]] name = "hatchet-sdk" -version = "0.44.1" +version = "0.45.0" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "hatchet_sdk-0.44.1-py3-none-any.whl", hash = "sha256:b67b9a222d2eb5b58b9e9e44760e6b87fb98466084b75534868d547c1e849748"}, - {file = "hatchet_sdk-0.44.1.tar.gz", hash = "sha256:3d8fe28ad9aab5fbc2c73648765540207ff0c148b859657197cdbd61fa7eb101"}, + {file = "hatchet_sdk-0.45.0-py3-none-any.whl", hash = "sha256:af06f67b3229ad6f06a40bcc7c173876dd6a943b653b966dbd73d49d8a5ba1d7"}, + {file = "hatchet_sdk-0.45.0.tar.gz", hash = "sha256:2d04c702dfe00e6c2b8b16dd70be0d05708d850b8422164284d1dcf593a65337"}, ] [package.dependencies] @@ -1681,4 +1681,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6ea018c834f62c21e6fbf465704ba8cf4c42a17176474a2c68c8524f8ad99d0e" +content-hash = "3e55bd0bdd3f6e186cd886ed92f0dd5ed7ece5041ba17b3137fd4ada6cc66c35" diff --git a/python/pyproject.toml b/python/pyproject.toml index fd85812..175afb8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -hatchet-sdk = "^0.44.1" +hatchet-sdk = "^0.45.0" [build-system]