Skip to content

Commit 394792f

Browse files
Bump ts sdk to 1.11.1, python sdk to 0.16.0 (#379)
1 parent e879453 commit 394792f

27 files changed

Lines changed: 65 additions & 59 deletions

File tree

python/patterns-use-cases/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"hypercorn",
12-
"restate-sdk[serde]>=0.14.2",
12+
"restate-sdk[serde]>=0.16.0",
1313
"pydantic",
1414
"httpx",
1515
"stripe",

python/templates/lambda/.claude/CLAUDE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ## Documentation Index
2+
> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
3+
> Use this file to discover all available pages before exploring further.
4+
15
# Restate Python SDK Rules
26

37
## Core Concepts
@@ -366,6 +370,4 @@ with restate.test_harness(app) as harness:
366370
```
367371

368372

369-
---
370-
371-
> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt
373+
Built with [Mintlify](https://mintlify.com).

python/templates/lambda/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"pydantic>=2.10.6",
9-
"restate-sdk[serde]>=0.14.2",
9+
"restate-sdk[serde]>=0.16.0",
1010
]
1111

1212
[tool.hatch.build.targets.wheel]

python/templates/python/.claude/CLAUDE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ## Documentation Index
2+
> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
3+
> Use this file to discover all available pages before exploring further.
4+
15
# Restate Python SDK Rules
26

37
## Core Concepts
@@ -366,6 +370,4 @@ with restate.test_harness(app) as harness:
366370
```
367371

368372

369-
---
370-
371-
> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt
373+
Built with [Mintlify](https://mintlify.com).

python/templates/python/.cursor/rules/AGENTS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> ## Documentation Index
2+
> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
3+
> Use this file to discover all available pages before exploring further.
4+
15
# Restate Python SDK Rules
26

37
## Core Concepts
@@ -366,6 +370,4 @@ with restate.test_harness(app) as harness:
366370
```
367371

368372

369-
---
370-
371-
> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt
373+
Built with [Mintlify](https://mintlify.com).

python/templates/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"hypercorn>=0.17.3",
99
"pydantic>=2.10.6",
10-
"restate-sdk[serde]>=0.14.2",
10+
"restate-sdk[serde]>=0.16.0",
1111
]
1212

1313
[tool.hatch.build.targets.wheel]

python/tutorials/tour-of-orchestration-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"hypercorn>=0.17.3",
99
"pydantic>=2.10.6",
10-
"restate-sdk[serde]>=0.14.2",
10+
"restate-sdk[serde]>=0.16.0",
1111
]
1212

1313
[tool.hatch.build.targets.wheel]

python/tutorials/tour-of-workflows-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"hypercorn>=0.17.3",
99
"pydantic>=2.10.6",
1010
"httpx",
11-
"restate-sdk[serde]>=0.14.2",
11+
"restate-sdk[serde]>=0.16.0",
1212
]
1313

1414
[tool.hatch.build.targets.wheel]

typescript/basics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"example-3": "ts-node-dev --transpile-only src/3_workflows.ts"
1515
},
1616
"dependencies": {
17-
"@restatedev/restate-sdk": "^1.11.0",
18-
"@restatedev/restate-sdk-clients": "^1.11.0"
17+
"@restatedev/restate-sdk": "^1.11.1",
18+
"@restatedev/restate-sdk-clients": "^1.11.1"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^20.12.12",

typescript/end-to-end-applications/ai-image-workflows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"stable-diffusion-service": "ts-node-dev --watch ./src --respawn --transpile-only src/stable_diffusion.ts"
1313
},
1414
"dependencies": {
15-
"@restatedev/restate-sdk": "^1.11.0",
15+
"@restatedev/restate-sdk": "^1.11.1",
1616
"axios": "^1.6.7",
1717
"axios-retry": "^4.0.0",
1818
"jimp": "^0.22.10",

0 commit comments

Comments
 (0)