mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-20 16:52:08 -05:00
chore(deps): bump hatchet-sdk in /examples/python/quickstart (#3297)
Bumps hatchet-sdk from 1.28.2 to 1.29.0. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.29.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:
Generated
+4
-4
@@ -473,14 +473,14 @@ setuptools = "*"
|
||||
|
||||
[[package]]
|
||||
name = "hatchet-sdk"
|
||||
version = "1.28.2"
|
||||
version = "1.29.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.28.2-py3-none-any.whl", hash = "sha256:49df3cf3f69bbc1ee358392977d4932034ff9df07ee92429c37e01cf9800a044"},
|
||||
{file = "hatchet_sdk-1.28.2.tar.gz", hash = "sha256:a254a673c78903700b2e05a0e9e630798bdb3c63b5739134751318a594915100"},
|
||||
{file = "hatchet_sdk-1.29.0-py3-none-any.whl", hash = "sha256:0bfaedf835a754d7fbf32b6d70e0723b9a6bb3c3b35dc17e42bcb1089aa069c2"},
|
||||
{file = "hatchet_sdk-1.29.0.tar.gz", hash = "sha256:81c0bcd3e11ae66613cb87fdbc3ddb1f2f42e6c9c60b23c8fc44d77d8a7ae43c"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1141,4 +1141,4 @@ propcache = ">=0.2.0"
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "4fa4dd51e7d91db9cdd34d8187bb571a6a1b675f6979ac040aed79feb9b7e6c1"
|
||||
content-hash = "65a401e2c1ae045a5945378bf970b58f1113392fb44b1ffcd386e60aa80fdccc"
|
||||
|
||||
@@ -8,7 +8,7 @@ package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
hatchet-sdk = "1.28.2"
|
||||
hatchet-sdk = "1.29.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user