diff --git a/python/patterns-use-cases/pyproject.toml b/python/patterns-use-cases/pyproject.toml index ce1dcefd..43d7db07 100644 --- a/python/patterns-use-cases/pyproject.toml +++ b/python/patterns-use-cases/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "hypercorn", - "restate_sdk[serde]==0.11.0", + "restate-sdk[serde]>=0.11.0", "pydantic", "httpx", "stripe", diff --git a/python/templates/lambda/pyproject.toml b/python/templates/lambda/pyproject.toml index 97ae6408..42786eee 100644 --- a/python/templates/lambda/pyproject.toml +++ b/python/templates/lambda/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pydantic>=2.10.6", - "restate_sdk[serde]>=0.11.0", + "restate-sdk[serde]>=0.11.0", ] [tool.hatch.build.targets.wheel] diff --git a/python/templates/python/pyproject.toml b/python/templates/python/pyproject.toml index 40b65e17..972dc8c0 100644 --- a/python/templates/python/pyproject.toml +++ b/python/templates/python/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "hypercorn>=0.17.3", "pydantic>=2.10.6", - "restate_sdk[serde]>=0.11.0", + "restate-sdk[serde]>=0.11.0", ] [tool.hatch.build.targets.wheel] diff --git a/python/tutorials/tour-of-orchestration-python/pyproject.toml b/python/tutorials/tour-of-orchestration-python/pyproject.toml index a8f3875e..581385b2 100644 --- a/python/tutorials/tour-of-orchestration-python/pyproject.toml +++ b/python/tutorials/tour-of-orchestration-python/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "hypercorn>=0.17.3", "pydantic>=2.10.6", - "restate_sdk[serde]>=0.11.0", + "restate-sdk[serde]>=0.11.0", ] [tool.hatch.build.targets.wheel] diff --git a/python/tutorials/tour-of-workflows-python/pyproject.toml b/python/tutorials/tour-of-workflows-python/pyproject.toml index 3c6d0354..32362c59 100644 --- a/python/tutorials/tour-of-workflows-python/pyproject.toml +++ b/python/tutorials/tour-of-workflows-python/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "hypercorn>=0.17.3", "pydantic>=2.10.6", "httpx", - "restate_sdk[serde]>=0.11.0", + "restate-sdk[serde]>=0.11.0", ] [tool.hatch.build.targets.wheel]