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

Bumps hatchet-sdk from 1.16.0 to 1.16.1.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-07-21 05:17:46 +00:00
committed by GitHub
parent d3577e62fb
commit a0a6edbbe7
2 changed files with 5 additions and 5 deletions

View File

@@ -460,14 +460,14 @@ setuptools = "*"
[[package]]
name = "hatchet-sdk"
version = "1.16.0"
version = "1.16.1"
description = ""
optional = false
python-versions = "<4.0,>=3.10"
groups = ["main"]
files = [
{file = "hatchet_sdk-1.16.0-py3-none-any.whl", hash = "sha256:8f94bf1e1755f70eaeafaac9134d554cdd6057d45f0ba5200f23efe78773101c"},
{file = "hatchet_sdk-1.16.0.tar.gz", hash = "sha256:2a8009cac96735b0ade5e6f232d8907574285cdfa119c657f16fbfb7280ceaa6"},
{file = "hatchet_sdk-1.16.1-py3-none-any.whl", hash = "sha256:ec202b835c522711493eadd7efe441526f63f7566309e1eb7b69f8eab6e51704"},
{file = "hatchet_sdk-1.16.1.tar.gz", hash = "sha256:c2f7c8da5be4c416475b462389bad8997ce9e7da1489aa9ac6a1d38fd6c991a3"},
]
[package.dependencies]
@@ -1238,4 +1238,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "96adfc647aec217e9bf408ad869ad4c2dfc4f9cbba475d05f61248a7b059c953"
content-hash = "06ed6295efaf03e99d40a1041666b9ac367a590bf268f8d6ce645d782084cdda"

View File

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