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

Bumps hatchet-sdk from 1.11.0 to 1.11.1.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.11.1
  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-06-06 05:21:19 +00:00
committed by GitHub
parent 6a0bcddbe3
commit 8feff71b04
2 changed files with 5 additions and 5 deletions

View File

@@ -460,14 +460,14 @@ setuptools = "*"
[[package]]
name = "hatchet-sdk"
version = "1.11.0"
version = "1.11.1"
description = ""
optional = false
python-versions = "<4.0,>=3.10"
groups = ["main"]
files = [
{file = "hatchet_sdk-1.11.0-py3-none-any.whl", hash = "sha256:bfc548b35a63f17a9141a56dcb366057270568dab1b84a3834ecea23f9ab10bf"},
{file = "hatchet_sdk-1.11.0.tar.gz", hash = "sha256:017a37c456087174a0603678f15b6ecc3f5b1f32ec3330fcc5da385b85044118"},
{file = "hatchet_sdk-1.11.1-py3-none-any.whl", hash = "sha256:b183d917f6657b196d90bd3489eb921340593ceb460cf1745f7dc9aaf2bccae0"},
{file = "hatchet_sdk-1.11.1.tar.gz", hash = "sha256:0591c083eb9efafdc5be9dd80cbd64904098779f473e41e6bf8dca120974b6b2"},
]
[package.dependencies]
@@ -1238,4 +1238,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "6e4c4c120d234242fde8c51d512224e1a7416976c61feb90eac2d49cc25de26d"
content-hash = "901ce5e88d3b337db1822aa111ffa7f21ebfed50e84d4166c9c26766d34b703e"

View File

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