mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-18 10:42:44 -05:00
chore(deps): bump hatchet-sdk in /examples/python/quickstart (#2905)
Bumps hatchet-sdk from 1.22.12 to 1.22.14. --- updated-dependencies: - dependency-name: hatchet-sdk dependency-version: 1.22.14 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:
8
examples/python/quickstart/poetry.lock
generated
8
examples/python/quickstart/poetry.lock
generated
@@ -473,14 +473,14 @@ setuptools = "*"
|
||||
|
||||
[[package]]
|
||||
name = "hatchet-sdk"
|
||||
version = "1.22.12"
|
||||
version = "1.22.14"
|
||||
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.12-py3-none-any.whl", hash = "sha256:0b371dda9b89ed63a6ad9b7704e37dfe0f84715c65518840b8b7f350303ad3af"},
|
||||
{file = "hatchet_sdk-1.22.12.tar.gz", hash = "sha256:37b3c4f6f0b2884a25f38f792607390723f4d913df5297d24bbc29c29b42ac82"},
|
||||
{file = "hatchet_sdk-1.22.14-py3-none-any.whl", hash = "sha256:d4bb9905dc0367ea030d7ad45b316364ea5086ab0466c5d94cbaaf3468f5c763"},
|
||||
{file = "hatchet_sdk-1.22.14.tar.gz", hash = "sha256:f9a9296956230e330857a53a6d80861d730e288ac7beba25e610a2254df782d6"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -1125,4 +1125,4 @@ propcache = ">=0.2.0"
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "620d42b3bd71cee2111135e2be49cc8da14707e8aee656507b5b4182898632bb"
|
||||
content-hash = "e36999df31aeba48b772a13f102dcff4d84ed54e4b35861b4dfaaace7fbc0fa5"
|
||||
|
||||
@@ -8,7 +8,7 @@ package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
hatchet-sdk = "1.22.12"
|
||||
hatchet-sdk = "1.22.14"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user