mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-27 13:09:35 -05:00
chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2798)
Bumps hatchet-sdk from 1.22.5 to 1.22.6. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.22.6 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:
Generated
+4
-4
@@ -433,14 +433,14 @@ setuptools = "*"
|
||||
|
||||
[[package]]
|
||||
name = "hatchet-sdk"
|
||||
version = "1.22.5"
|
||||
version = "1.22.6"
|
||||
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.22.5-py3-none-any.whl", hash = "sha256:a80896f713568ed3d953d2fec6a813ee0d16fc5da3c094186f8726d7e452ba10"},
|
||||
{file = "hatchet_sdk-1.22.5.tar.gz", hash = "sha256:f7418b2bfe47013c88cae60e13f1f936241f9366ded41c0e39f8ce9e2c58ba16"},
|
||||
{file = "hatchet_sdk-1.22.6-py3-none-any.whl", hash = "sha256:1d4d2176480d2587545d26da2ce8af401f11977f0fb8361775ea759226ed5b0b"},
|
||||
{file = "hatchet_sdk-1.22.6.tar.gz", hash = "sha256:b40bee36951d8ea3148a4211be810464ab1dbf565a675fb995931b2e828d6aa4"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1085,4 +1085,4 @@ propcache = ">=0.2.0"
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "2824b8673bf232e73206ca8043a7e715973ff1cee589f815ad1f2ce96284dc00"
|
||||
content-hash = "6e564fffc08904ee018a05890873772e3863617082efbabeeb5cb7a81f37219e"
|
||||
|
||||
@@ -8,7 +8,7 @@ package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
hatchet-sdk = "1.22.5"
|
||||
hatchet-sdk = "1.22.6"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user