From aa873e20cebb75ad1dddd88b54a9c5a4f664ac40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:19:55 +0000 Subject: [PATCH] chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2653) Bumps hatchet-sdk from 1.21.5 to 1.21.6. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.21.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/python/quickstart/poetry.lock | 8 ++++---- examples/python/quickstart/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/python/quickstart/poetry.lock b/examples/python/quickstart/poetry.lock index dac11963e..0bf0a8a3b 100644 --- a/examples/python/quickstart/poetry.lock +++ b/examples/python/quickstart/poetry.lock @@ -433,14 +433,14 @@ setuptools = "*" [[package]] name = "hatchet-sdk" -version = "1.21.5" +version = "1.21.6" description = "This is the official Python SDK for Hatchet, a distributed, fault-tolerant task queue. The SDK allows you to easily integrate Hatchet's task scheduling and workflow orchestration capabilities into your Python applications." optional = false python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "hatchet_sdk-1.21.5-py3-none-any.whl", hash = "sha256:99e507e94b749cb3485d7fa5a83d4eb08ebf5283621435c7d869e7082438f07c"}, - {file = "hatchet_sdk-1.21.5.tar.gz", hash = "sha256:a714ee4f475c83ef86038275fa46678f83a1e16986a163e93140e3b31465aed2"}, + {file = "hatchet_sdk-1.21.6-py3-none-any.whl", hash = "sha256:589fba9104a6517e1ba677b9865fa0a20e221863a8c2a2724051198994c11399"}, + {file = "hatchet_sdk-1.21.6.tar.gz", hash = "sha256:b65741324ad721ce57f5fe3f960e2942c4ac2ceec6ca483dd35f84137ff7c46c"}, ] [package.dependencies] @@ -1085,4 +1085,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "0330b8c5120494a9e9b253610b4b27346345774d93f5732bef9544262c2b9259" +content-hash = "d8605c35e7cb6928e0696fcfde5eba767a1d478ccf372297cc5071420de0e320" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index 6388e00a9..3d3004202 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.21.5" +hatchet-sdk = "1.21.6" [build-system]