diff --git a/python/patterns-use-cases/pyproject.toml b/python/patterns-use-cases/pyproject.toml index b031adb2..dfdb8186 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]>=1.0.0", + "restate-sdk[serde]>=1.0.4", "pydantic", "httpx", "stripe", diff --git a/python/templates/lambda/pyproject.toml b/python/templates/lambda/pyproject.toml index 9e0c230a..eaaf41ae 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]>=1.0.0", + "restate-sdk[serde]>=1.0.4", ] [tool.hatch.build.targets.wheel] diff --git a/python/templates/python/pyproject.toml b/python/templates/python/pyproject.toml index 06c0b2b0..cfbb591d 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]>=1.0.0", + "restate-sdk[serde]>=1.0.4", ] [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 9d2d809f..18ace1f2 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]>=1.0.0", + "restate-sdk[serde]>=1.0.4", ] [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 04d7d9c0..bab5a4d2 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]>=1.0.0", + "restate-sdk[serde]>=1.0.4", ] [tool.hatch.build.targets.wheel]