Fix: Publish new Python version (#2742)

* chore: publish new version

* chore: dummy change for CI to run
This commit is contained in:
matt
2025-12-31 13:51:29 -07:00
committed by GitHub
parent 39f5481410
commit 3cc4dbe38f
2 changed files with 1 additions and 2 deletions

View File

@@ -786,7 +786,6 @@ class Workflow(BaseWorkflow[TWorkflowInput]):
func: Callable[..., Any],
) -> str:
non_null_name = name or func.__name__
return non_null_name.lower()
def task(

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "hatchet-sdk"
version = "1.22.1"
version = "1.22.2"
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."
authors = [
"Alexander Belanger <alexander@hatchet.run>",