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

Bumps hatchet-sdk from 1.20.0 to 1.20.1.

---
updated-dependencies:
- dependency-name: hatchet-sdk
  dependency-version: 1.20.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-10-16 04:30:30 +00:00
committed by GitHub
parent 8565d364ec
commit 55e8ffde0d
2 changed files with 5 additions and 5 deletions

View File

@@ -410,14 +410,14 @@ setuptools = "*"
[[package]]
name = "hatchet-sdk"
version = "1.20.0"
version = "1.20.1"
description = ""
optional = false
python-versions = "<4.0,>=3.10"
groups = ["main"]
files = [
{file = "hatchet_sdk-1.20.0-py3-none-any.whl", hash = "sha256:7f4fab9ada1df36c7b9799e0306543a1a33a4d7def0668a36e6eff00b7e4edd2"},
{file = "hatchet_sdk-1.20.0.tar.gz", hash = "sha256:bb288c88307a12dd5266207b792ba0279931fd74180a3e1aeaa380ddfb4eaf41"},
{file = "hatchet_sdk-1.20.1-py3-none-any.whl", hash = "sha256:373f16811ced930d3f5382800ec313f8bae0d9524456412df456d2be587add49"},
{file = "hatchet_sdk-1.20.1.tar.gz", hash = "sha256:8f177677211f2327487e22aeb48c2b02ce83eb0773e33d15cefd88ae9e15aca7"},
]
[package.dependencies]
@@ -1069,4 +1069,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.1"
python-versions = "^3.10"
content-hash = "6696697e96d98fa380bfc4c4af4cbd8950a99d32e6c7c25057948d1a72f7f1c3"
content-hash = "3056b677d84a454edb04388b46d997db50eeef22d21a3513313959d3cd599789"

View File

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