diff --git a/python/poetry.lock b/python/poetry.lock index a845761..f8592a9 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.1" 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.1-py3-none-any.whl", hash = "sha256:bbdc28b3abfe72266cb15a596e7abef15763e1ca0dacc8ca4087a6236536b550"}, + {file = "hatchet_sdk-0.45.1.tar.gz", hash = "sha256:edb0a96c66f8394f39a6ca8ee3bb791fd658d1a2ae211a1d3d97975a348495aa"}, ] [package.dependencies] @@ -1681,4 +1681,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6ea018c834f62c21e6fbf465704ba8cf4c42a17176474a2c68c8524f8ad99d0e" +content-hash = "0f898c0c8ea64fc5a3c86aa768064f4c4ca737ae990bf2dfba3e4cee8d857347" diff --git a/python/pyproject.toml b/python/pyproject.toml index fd85812..980dba6 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.1" [build-system]