From 8feff71b0443a512a6232098477cf20e3474f7a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 05:21:19 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/python/quickstart/poetry.lock | 8 ++++---- examples/python/quickstart/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/python/quickstart/poetry.lock b/examples/python/quickstart/poetry.lock index df073a815..2953c8e9d 100644 --- a/examples/python/quickstart/poetry.lock +++ b/examples/python/quickstart/poetry.lock @@ -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" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index 8f04b56e1..3c493a627 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.11.0" +hatchet-sdk = "1.11.1" [build-system]