From 93714064d24f20452430d22c907be03036f065b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 06:45:13 +0000 Subject: [PATCH] chore(deps): bump hatchet-sdk in /examples/python/quickstart (#1994) Bumps hatchet-sdk from 1.15.2 to 1.15.3. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.15.3 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 b1a6b85bf..50eea70a2 100644 --- a/examples/python/quickstart/poetry.lock +++ b/examples/python/quickstart/poetry.lock @@ -460,14 +460,14 @@ setuptools = "*" [[package]] name = "hatchet-sdk" -version = "1.15.2" +version = "1.15.3" description = "" optional = false python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "hatchet_sdk-1.15.2-py3-none-any.whl", hash = "sha256:fe9a70008a982a468a3998dcb984d7401d0c724f3f1fea80973b1f6ca3b731e2"}, - {file = "hatchet_sdk-1.15.2.tar.gz", hash = "sha256:3d8f37275f996724715076ade1c86df5f786563d80e79fcf8eeaa7143059b117"}, + {file = "hatchet_sdk-1.15.3-py3-none-any.whl", hash = "sha256:319f56642e8ed06cad56a323e34b2c638c814dd51bb839f9b895033fd79877fd"}, + {file = "hatchet_sdk-1.15.3.tar.gz", hash = "sha256:827b1894d34e0d35b6ef7a856cbe7a07bc5b719449103dbfc9e8a56ca340d628"}, ] [package.dependencies] @@ -1238,4 +1238,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "6438c46c45fe36290210acc5a29b8d3c550f949997dd8947fd7da2e6c1cf8467" +content-hash = "ef28d3c03e5aa738c01e4004c6ee5037701fac8f034f2e09648af31c6d22b13d" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index 72fefd22e..527693a49 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.15.2" +hatchet-sdk = "1.15.3" [build-system]