From 3cc4dbe38fd5f103e22d28119fad52b0ed64049b Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 31 Dec 2025 13:51:29 -0700 Subject: [PATCH] Fix: Publish new Python version (#2742) * chore: publish new version * chore: dummy change for CI to run --- sdks/python/hatchet_sdk/runnables/workflow.py | 1 - sdks/python/pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sdks/python/hatchet_sdk/runnables/workflow.py b/sdks/python/hatchet_sdk/runnables/workflow.py index 226cabf48..d54b4b4c3 100644 --- a/sdks/python/hatchet_sdk/runnables/workflow.py +++ b/sdks/python/hatchet_sdk/runnables/workflow.py @@ -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( diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index bcc65860a..16ce490f3 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -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 ",