mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-21 08:40:10 -06:00
chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2484)
Bumps hatchet-sdk from 1.20.2 to 1.21.0. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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:
10
examples/python/quickstart/poetry.lock
generated
10
examples/python/quickstart/poetry.lock
generated
@@ -433,14 +433,14 @@ setuptools = "*"
|
||||
|
||||
[[package]]
|
||||
name = "hatchet-sdk"
|
||||
version = "1.20.2"
|
||||
description = ""
|
||||
version = "1.21.0"
|
||||
description = "This is the official Python SDK for Hatchet, a distributed, fault-tolerant task queue. The SDK allows you to easily integrate Hatchet's task scheduling and workflow orchestration capabilities into your Python applications."
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "hatchet_sdk-1.20.2-py3-none-any.whl", hash = "sha256:a953eb0e7be0e9d401712f0d9c778a454b69efebaf4fd5b619b9189fd0ca3bff"},
|
||||
{file = "hatchet_sdk-1.20.2.tar.gz", hash = "sha256:144c1f18b194f3140e33af27d97f44c0f5e952533cbc7be54ad3bef748934007"},
|
||||
{file = "hatchet_sdk-1.21.0-py3-none-any.whl", hash = "sha256:3982052fc282278717cc401e0480eb3fc256277445fa394b08cca04fb41e55dc"},
|
||||
{file = "hatchet_sdk-1.21.0.tar.gz", hash = "sha256:2315a3afd253728aa6ca1f74ce3e5ba498f1c74c24351c2046a22a663f161e55"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1085,4 +1085,4 @@ propcache = ">=0.2.0"
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "23b2ee7ad2903341b41ad5d6c8253b096c50ce71d59ceeb3579d46a1f054f15e"
|
||||
content-hash = "939a98a6413433e9ab19a859eea60631e1633452553188cba5c2bf98c7b9fad3"
|
||||
|
||||
@@ -8,7 +8,7 @@ package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
hatchet-sdk = "1.20.2"
|
||||
hatchet-sdk = "1.21.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user