diff --git a/python/patterns-use-cases/pyproject.toml b/python/patterns-use-cases/pyproject.toml index d3086dc6..d4601e73 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.12.0", + "restate-sdk[serde]>=0.13.0", "pydantic", "httpx", "stripe", diff --git a/python/templates/lambda/.claude/CLAUDE.md b/python/templates/lambda/.claude/CLAUDE.md index 46d22973..d5424ee0 100644 --- a/python/templates/lambda/.claude/CLAUDE.md +++ b/python/templates/lambda/.claude/CLAUDE.md @@ -128,7 +128,7 @@ ctx.service_send( Call a service without using the generated client, but just String names. ```python {"CODE_LOAD::python/src/develop/agentsmd/actions.py#request_response_generic"} theme={null} -response = await ctx.generic_call( +response_bytes = await ctx.generic_call( "MyObject", "my_handler", key="Mary", arg=json.dumps("Hi").encode("utf-8") ) ``` @@ -364,3 +364,8 @@ with restate.test_harness(app) as harness: restate_client = harness.ingress_client() print(restate_client.post("/greeter/greet", json="Alice").json()) ``` + + +--- + +> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file diff --git a/python/templates/lambda/pyproject.toml b/python/templates/lambda/pyproject.toml index 2c946ec4..c7ae0fca 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.12.0", + "restate-sdk[serde]>=0.13.0", ] [tool.hatch.build.targets.wheel] diff --git a/python/templates/python/.claude/CLAUDE.md b/python/templates/python/.claude/CLAUDE.md index 46d22973..d5424ee0 100644 --- a/python/templates/python/.claude/CLAUDE.md +++ b/python/templates/python/.claude/CLAUDE.md @@ -128,7 +128,7 @@ ctx.service_send( Call a service without using the generated client, but just String names. ```python {"CODE_LOAD::python/src/develop/agentsmd/actions.py#request_response_generic"} theme={null} -response = await ctx.generic_call( +response_bytes = await ctx.generic_call( "MyObject", "my_handler", key="Mary", arg=json.dumps("Hi").encode("utf-8") ) ``` @@ -364,3 +364,8 @@ with restate.test_harness(app) as harness: restate_client = harness.ingress_client() print(restate_client.post("/greeter/greet", json="Alice").json()) ``` + + +--- + +> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file diff --git a/python/templates/python/.cursor/rules/AGENTS.md b/python/templates/python/.cursor/rules/AGENTS.md index 46d22973..d5424ee0 100644 --- a/python/templates/python/.cursor/rules/AGENTS.md +++ b/python/templates/python/.cursor/rules/AGENTS.md @@ -128,7 +128,7 @@ ctx.service_send( Call a service without using the generated client, but just String names. ```python {"CODE_LOAD::python/src/develop/agentsmd/actions.py#request_response_generic"} theme={null} -response = await ctx.generic_call( +response_bytes = await ctx.generic_call( "MyObject", "my_handler", key="Mary", arg=json.dumps("Hi").encode("utf-8") ) ``` @@ -364,3 +364,8 @@ with restate.test_harness(app) as harness: restate_client = harness.ingress_client() print(restate_client.post("/greeter/greet", json="Alice").json()) ``` + + +--- + +> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file diff --git a/python/templates/python/pyproject.toml b/python/templates/python/pyproject.toml index 335e76ef..736705d1 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.12.0", + "restate-sdk[serde]>=0.13.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 e787795b..5a9e3fa5 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.12.0", + "restate-sdk[serde]>=0.13.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 04bef168..d03cb52e 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.12.0", + "restate-sdk[serde]>=0.13.0", ] [tool.hatch.build.targets.wheel]