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 ",