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

Bumps hatchet-sdk from 1.17.2 to 1.18.1.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-08-27 13:58:21 +00:00
committed by GitHub
parent e865ff5001
commit 9b9c2f557f
2 changed files with 6 additions and 6 deletions

View File

@@ -410,14 +410,14 @@ setuptools = "*"
[[package]]
name = "hatchet-sdk"
version = "1.17.2"
version = "1.18.1"
description = ""
optional = false
python-versions = "<4.0,>=3.10"
groups = ["main"]
files = [
{file = "hatchet_sdk-1.17.2-py3-none-any.whl", hash = "sha256:145734d106401135116152a0f98cecacb3f3fa8917cab461501acd6af6c4a961"},
{file = "hatchet_sdk-1.17.2.tar.gz", hash = "sha256:6a4fb4653cbeca48bae6997457ea970f76ebcb02cad5519a4ebecf99efc26a43"},
{file = "hatchet_sdk-1.18.1-py3-none-any.whl", hash = "sha256:13716ba69725ad180cd456c51ac9bf7836a0c57e1c7f785e8a09cdffa1ccff1a"},
{file = "hatchet_sdk-1.18.1.tar.gz", hash = "sha256:2d73a26330eaa6aba41095ebfd0d9259f01f1eb611c128ca96e54efa1122c19f"},
]
[package.dependencies]
@@ -440,7 +440,7 @@ urllib3 = ">=1.26.20"
[package.extras]
otel = ["opentelemetry-api (>=1.28.0,<2.0.0)", "opentelemetry-distro (>=0.49b0)", "opentelemetry-exporter-otlp (>=1.28.0,<2.0.0)", "opentelemetry-exporter-otlp-proto-http (>=1.28.0,<2.0.0)", "opentelemetry-instrumentation (>=0.49b0)", "opentelemetry-sdk (>=1.28.0,<2.0.0)"]
v0 = ["cel-python (>=0.4.0,<0.5.0)"]
v0-sdk = ["cel-python (>=0.4.0,<0.5.0)"]
[[package]]
name = "idna"
@@ -1070,4 +1070,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "c3aac9a0e9b8fba8f0b6b95ba25627721748e4df25d532cedafc48d6c395cb15"
content-hash = "e6b188458d7e0575835defccf84daee94cd329ae7c8fa0f9cad5f17393e5bbc2"

View File

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