From 9b9c2f557f45a57dfd52d07f9b74c6a89fdec196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:58:21 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/python/quickstart/poetry.lock | 10 +++++----- examples/python/quickstart/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/python/quickstart/poetry.lock b/examples/python/quickstart/poetry.lock index bb640861e..a6723a9eb 100644 --- a/examples/python/quickstart/poetry.lock +++ b/examples/python/quickstart/poetry.lock @@ -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" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index 755a7dbe8..098adbc0a 100644 --- a/examples/python/quickstart/pyproject.toml +++ b/examples/python/quickstart/pyproject.toml @@ -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]