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

Bumps hatchet-sdk from 1.22.10 to 1.22.11.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.22.11
  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]
2026-01-28 04:24:38 +00:00
committed by GitHub
parent c867a8f098
commit db724c331f
2 changed files with 5 additions and 5 deletions

View File

@@ -473,14 +473,14 @@ setuptools = "*"
[[package]]
name = "hatchet-sdk"
version = "1.22.10"
version = "1.22.11"
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.22.10-py3-none-any.whl", hash = "sha256:ffaaff6bac7703173a642db909a6ccd3107ed39e1c86aded26892cf6951ea45d"},
{file = "hatchet_sdk-1.22.10.tar.gz", hash = "sha256:f6649cb338c44b79dc87f4d231f5dc7e56a85fd3740661858f8d5aee623d1668"},
{file = "hatchet_sdk-1.22.11-py3-none-any.whl", hash = "sha256:94a389e9592a94f462d2c2fa570ccb06a1294e844ebe78995da1aa8e786edcca"},
{file = "hatchet_sdk-1.22.11.tar.gz", hash = "sha256:479870bb0c1d83f8ba09abbfcec856cf3c636f470e670e9941442da1b17b5a0b"},
]
[package.dependencies]
@@ -1125,4 +1125,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "e05533821c39f14998c162e1c966342257325ffeadf8c6e919ae6480501de77b"
content-hash = "263f3d9918b78db806d3da1afe077c5ea4134fe62b9d14e1228431e16ebd16b5"

View File

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