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

Bumps hatchet-sdk from 1.21.2 to 1.21.3.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.21.3
  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-11-27 04:19:26 +00:00
committed by GitHub
parent 0d16995b58
commit 2825ab251b
2 changed files with 5 additions and 5 deletions

View File

@@ -433,14 +433,14 @@ setuptools = "*"
[[package]]
name = "hatchet-sdk"
version = "1.21.2"
version = "1.21.3"
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.2-py3-none-any.whl", hash = "sha256:ba7f1907400ac1bda6d71f57567e96de76e0afc27d1eaa451d000808426c6663"},
{file = "hatchet_sdk-1.21.2.tar.gz", hash = "sha256:d8456a28feda3fd48aa168305c77f2c98bfd6c7156db023a772c61e84c869a16"},
{file = "hatchet_sdk-1.21.3-py3-none-any.whl", hash = "sha256:ca4cdd7a72aded226ac9965c544e49cc8ccf6d09771a65cac2127f2c9953b952"},
{file = "hatchet_sdk-1.21.3.tar.gz", hash = "sha256:6424fd7fe898fc3ec6d9417bd292f3dffd68cbf8fe69d6cd24848622315bcfe3"},
]
[package.dependencies]
@@ -1085,4 +1085,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "05c4d2a9eccde66e5711be69f406f839035f203e1e984c0f79e9403968a1bae0"
content-hash = "bbbb89fc41a8536c1b433604db9d3508378413728fcfe7282599b75bad01ca68"

View File

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