mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-09 01:28:50 -06:00
Fix: Publish new Python version (#2742)
* chore: publish new version * chore: dummy change for CI to run
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user