From 46b6a2bfd162ddd22c9594e981d37dd68f0ada8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:35:35 +0000 Subject: [PATCH] bump hatchet-sdk from 0.44.1 to 0.45.3 in /python Bumps hatchet-sdk from 0.44.1 to 0.45.3. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/poetry.lock | 10 +++++----- python/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index a845761..2637568 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.3" 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.3-py3-none-any.whl", hash = "sha256:9f1a90778fe1c687fe441fd530a4e612179c01f01cf699159318d3051b9938b8"}, + {file = "hatchet_sdk-0.45.3.tar.gz", hash = "sha256:bc9db882df5d83b87a919ee7c044f705c4dc017f550ebb7736a3d93a6c37e36d"}, ] [package.dependencies] @@ -1681,4 +1681,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6ea018c834f62c21e6fbf465704ba8cf4c42a17176474a2c68c8524f8ad99d0e" +content-hash = "5480328569c7f1da3daf9007d0ffd115e38938d175a174dea4cab5d3e8cd0e96" diff --git a/python/pyproject.toml b/python/pyproject.toml index fd85812..0efd207 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.3" [build-system]