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

Bumps hatchet-sdk from 1.18.1 to 1.19.0.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.19.0
  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-09-25 04:26:52 +00:00
committed by GitHub
parent 4bfc48b0cd
commit 1ee77b4f42
2 changed files with 11 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand.
[[package]]
name = "aiohappyeyeballs"
@@ -150,7 +150,7 @@ description = "Timeout context manager for asyncio programs"
optional = false
python-versions = ">=3.8"
groups = ["main"]
markers = "python_version < \"3.11\""
markers = "python_version == \"3.10\""
files = [
{file = "async_timeout-5.0.1-py3-none-any.whl", hash = "sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c"},
{file = "async_timeout-5.0.1.tar.gz", hash = "sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3"},
@@ -410,14 +410,14 @@ setuptools = "*"
[[package]]
name = "hatchet-sdk"
version = "1.18.1"
version = "1.19.0"
description = ""
optional = false
python-versions = "<4.0,>=3.10"
groups = ["main"]
files = [
{file = "hatchet_sdk-1.18.1-py3-none-any.whl", hash = "sha256:13716ba69725ad180cd456c51ac9bf7836a0c57e1c7f785e8a09cdffa1ccff1a"},
{file = "hatchet_sdk-1.18.1.tar.gz", hash = "sha256:2d73a26330eaa6aba41095ebfd0d9259f01f1eb611c128ca96e54efa1122c19f"},
{file = "hatchet_sdk-1.19.0-py3-none-any.whl", hash = "sha256:0613b344ea68b994014917a98ef8dffd1d14176575e2022b53e18ff2045598d1"},
{file = "hatchet_sdk-1.19.0.tar.gz", hash = "sha256:f94a0e7f863e0cfc45cfbb70898f681fdede8621a3340ea5f27c19108dda8ea9"},
]
[package.dependencies]
@@ -436,11 +436,10 @@ pydantic = ">=2.6.3,<3.0.0"
pydantic-settings = ">=2.7.1,<3.0.0"
python-dateutil = ">=2.9.0.post0,<3.0.0"
tenacity = ">=8.4.1"
urllib3 = ">=1.26.20"
urllib3 = ">=2.5.0,<3.0.0"
[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-sdk = ["cel-python (>=0.4.0,<0.5.0)"]
[[package]]
name = "idna"
@@ -954,14 +953,14 @@ files = [
[[package]]
name = "urllib3"
version = "2.3.0"
version = "2.5.0"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"},
{file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"},
{file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
{file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
]
[package.extras]
@@ -1070,4 +1069,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "e6b188458d7e0575835defccf84daee94cd329ae7c8fa0f9cad5f17393e5bbc2"
content-hash = "6537c8641973dc86c0b6344d8fe0b646542a14aed3311410f4707f2cae284437"

View File

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