From 723d1a034e4e6f09d41a5e32d77775296f5e14ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 05:21:29 +0000 Subject: [PATCH] chore(deps): bump hatchet-sdk in /examples/python/quickstart (#1694) Bumps hatchet-sdk from 1.8.0 to 1.8.1. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.8.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 0c19b6c1b..98188cd5d 100644 --- a/examples/python/quickstart/poetry.lock +++ b/examples/python/quickstart/poetry.lock @@ -460,14 +460,14 @@ setuptools = "*" [[package]] name = "hatchet-sdk" -version = "1.8.0" +version = "1.8.1" description = "" optional = false python-versions = "<4.0,>=3.10" groups = ["main"] files = [ - {file = "hatchet_sdk-1.8.0-py3-none-any.whl", hash = "sha256:33fa97360ce7f89db33196d9e00002790dfac485969f051e54ef8ac0e07f2bff"}, - {file = "hatchet_sdk-1.8.0.tar.gz", hash = "sha256:3bb59ec7af8a480a0fec8dd74beaba630b4668886a6a1559618ed84cdbc1d9c1"}, + {file = "hatchet_sdk-1.8.1-py3-none-any.whl", hash = "sha256:54cc26c909a574fef3c6a174b67449ea0dbc8bf4f5ce587ce28dea6099aea6fe"}, + {file = "hatchet_sdk-1.8.1.tar.gz", hash = "sha256:9547d510e8ff16e68f6dff8e17b2aacffd4eb2861252fb801d1f4589ba719873"}, ] [package.dependencies] @@ -1238,4 +1238,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "166a6a357b7c330f7a1f2eece8f06751b2d368f08069f6cf65b3c4d52930b25e" +content-hash = "3eea9ecc1d5c3ee409057189cc5038994c05b29c42fb372f25fb2236aa73ef16" diff --git a/examples/python/quickstart/pyproject.toml b/examples/python/quickstart/pyproject.toml index 242bafc8a..ec93b8597 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.8.0" +hatchet-sdk = "1.8.1" [build-system]