chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2626)

Bumps hatchet-sdk from 1.21.4 to 1.21.5.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.21.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-09 04:19:01 +00:00
committed by GitHub
parent 4a6ff0151f
commit 5d4d43e7e6
2 changed files with 5 additions and 5 deletions

View File

@@ -433,14 +433,14 @@ setuptools = "*"
[[package]]
name = "hatchet-sdk"
version = "1.21.4"
version = "1.21.5"
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.4-py3-none-any.whl", hash = "sha256:7d28e6a180f2c41b28435072dba06766d57b1d854d129182fcaed977145bb785"},
{file = "hatchet_sdk-1.21.4.tar.gz", hash = "sha256:183e1496550173c4e384da80187aefcd3c3746d11f638313f9d9baff1e9ba7bd"},
{file = "hatchet_sdk-1.21.5-py3-none-any.whl", hash = "sha256:99e507e94b749cb3485d7fa5a83d4eb08ebf5283621435c7d869e7082438f07c"},
{file = "hatchet_sdk-1.21.5.tar.gz", hash = "sha256:a714ee4f475c83ef86038275fa46678f83a1e16986a163e93140e3b31465aed2"},
]
[package.dependencies]
@@ -1085,4 +1085,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "091447517990e832898a07bdce2d0a49e0b74a071caf7afe463452c513a510d2"
content-hash = "0330b8c5120494a9e9b253610b4b27346345774d93f5732bef9544262c2b9259"

View File

@@ -8,7 +8,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
hatchet-sdk = "1.21.4"
hatchet-sdk = "1.21.5"
[build-system]