From 1af052c280fa82dbffe9f546ef27761f25662cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 04:18:34 +0000 Subject: [PATCH] chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2530) Bumps hatchet-sdk from 1.21.1 to 1.21.2. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.21.2 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 6f2cffe84..35451dc52 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.1" +version = "1.21.2" 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.1-py3-none-any.whl", hash = "sha256:adeaaa097d11f4a6bde7627ec336a032e91f17f62b8ec1ea0bbdccf4a2899c5e"}, - {file = "hatchet_sdk-1.21.1.tar.gz", hash = "sha256:c8fd5af2cab95c169da9adbdaeeb89edc043a31b3bf686fcdcdfb5eaed37ac60"}, + {file = "hatchet_sdk-1.21.2-py3-none-any.whl", hash = "sha256:ba7f1907400ac1bda6d71f57567e96de76e0afc27d1eaa451d000808426c6663"}, + {file = "hatchet_sdk-1.21.2.tar.gz", hash = "sha256:d8456a28feda3fd48aa168305c77f2c98bfd6c7156db023a772c61e84c869a16"}, ] [package.dependencies] @@ -1085,4 +1085,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "40ed4c69dafff43a68d49813f35175d1050c2c7ff801b2546687dff333df5f45" +content-hash = "05c4d2a9eccde66e5711be69f406f839035f203e1e984c0f79e9403968a1bae0" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index c3d8ab459..aa71f819b 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.1" +hatchet-sdk = "1.21.2" [build-system]