From eced61529e328da46a20f0664cea827f703553d3 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Thu, 15 Jan 2026 14:28:26 +0100 Subject: [PATCH] Update to python 0.14.1 --- python/patterns-use-cases/pyproject.toml | 2 +- python/templates/lambda/pyproject.toml | 2 +- python/templates/python/pyproject.toml | 2 +- python/tutorials/tour-of-orchestration-python/pyproject.toml | 2 +- python/tutorials/tour-of-workflows-python/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/patterns-use-cases/pyproject.toml b/python/patterns-use-cases/pyproject.toml index ab2b8317..ca2bda9d 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.14.0", + "restate-sdk[serde]>=0.14.1", "pydantic", "httpx", "stripe", diff --git a/python/templates/lambda/pyproject.toml b/python/templates/lambda/pyproject.toml index 921ca293..30093343 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.14.0", + "restate-sdk[serde]>=0.14.1", ] [tool.hatch.build.targets.wheel] diff --git a/python/templates/python/pyproject.toml b/python/templates/python/pyproject.toml index 442cd1d3..76d5db5b 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.14.0", + "restate-sdk[serde]>=0.14.1", ] [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 8dcd5861..51dba5b1 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.14.0", + "restate-sdk[serde]>=0.14.1", ] [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 24ae85b3..4d0c7aa3 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.14.0", + "restate-sdk[serde]>=0.14.1", ] [tool.hatch.build.targets.wheel]