diff --git a/python/poetry.lock b/python/poetry.lock index a845761..26bfe70 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.44.2" 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.44.2-py3-none-any.whl", hash = "sha256:6af53eeb0a252e0cfa6fdcfdeb4da63331383ccef05e87bf1c1c92ec88907f5f"}, + {file = "hatchet_sdk-0.44.2.tar.gz", hash = "sha256:478fcf1a771a88df75adb789d8a88ab82ca8d24d6fca1732f9a2cafc3897b22b"}, ] [package.dependencies] @@ -1681,4 +1681,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6ea018c834f62c21e6fbf465704ba8cf4c42a17176474a2c68c8524f8ad99d0e" +content-hash = "75df5e4469638321e8474358902343f4f17fa1bc919687894300c0ab5709f8c8" diff --git a/python/pyproject.toml b/python/pyproject.toml index fd85812..c65d04c 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.44.2" [build-system]