Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/patterns-use-cases/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"hypercorn",
"restate-sdk[serde]>=0.14.2",
"restate-sdk[serde]>=0.16.0",
"pydantic",
"httpx",
"stripe",
Expand Down
8 changes: 5 additions & 3 deletions python/templates/lambda/.claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Restate Python SDK Rules

## Core Concepts
Expand Down Expand Up @@ -366,6 +370,4 @@ with restate.test_harness(app) as harness:
```


---

> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt
Built with [Mintlify](https://mintlify.com).
2 changes: 1 addition & 1 deletion python/templates/lambda/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pydantic>=2.10.6",
"restate-sdk[serde]>=0.14.2",
"restate-sdk[serde]>=0.16.0",
]

[tool.hatch.build.targets.wheel]
Expand Down
8 changes: 5 additions & 3 deletions python/templates/python/.claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Restate Python SDK Rules

## Core Concepts
Expand Down Expand Up @@ -366,6 +370,4 @@ with restate.test_harness(app) as harness:
```


---

> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt
Built with [Mintlify](https://mintlify.com).
8 changes: 5 additions & 3 deletions python/templates/python/.cursor/rules/AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Restate Python SDK Rules

## Core Concepts
Expand Down Expand Up @@ -366,6 +370,4 @@ with restate.test_harness(app) as harness:
```


---

> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt
Built with [Mintlify](https://mintlify.com).
2 changes: 1 addition & 1 deletion python/templates/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"hypercorn>=0.17.3",
"pydantic>=2.10.6",
"restate-sdk[serde]>=0.14.2",
"restate-sdk[serde]>=0.16.0",
]

[tool.hatch.build.targets.wheel]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"hypercorn>=0.17.3",
"pydantic>=2.10.6",
"restate-sdk[serde]>=0.14.2",
"restate-sdk[serde]>=0.16.0",
]

[tool.hatch.build.targets.wheel]
Expand Down
2 changes: 1 addition & 1 deletion python/tutorials/tour-of-workflows-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"hypercorn>=0.17.3",
"pydantic>=2.10.6",
"httpx",
"restate-sdk[serde]>=0.14.2",
"restate-sdk[serde]>=0.16.0",
]

[tool.hatch.build.targets.wheel]
Expand Down
4 changes: 2 additions & 2 deletions typescript/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"example-3": "ts-node-dev --transpile-only src/3_workflows.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk-clients": "^1.11.0"
"@restatedev/restate-sdk": "^1.11.1",
"@restatedev/restate-sdk-clients": "^1.11.1"
},
"devDependencies": {
"@types/node": "^20.12.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"stable-diffusion-service": "ts-node-dev --watch ./src --respawn --transpile-only src/stable_diffusion.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"jimp": "^0.22.10",
Expand Down
2 changes: 1 addition & 1 deletion typescript/end-to-end-applications/chat-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"flights-task": "RESTATE_LOGGING=INFO ts-node-dev --watch ./src --transpile-only ./src/tasks/flight_prices.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"@slack/bolt": "^3.19.0",
"@slack/web-api": "^7.0.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "RESTATE_DEBUG_LOGGING=JOURNAL ts-node-dev --watch src --respawn --transpile-only src/order-app/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"@types/node": "^20.6.3",
"@types/uuid": "^9.0.0",
"axios": "^1.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"node": "14.17.3"
},
"dependencies": {
"@restatedev/restate-sdk-clients": "^1.11.0",
"@restatedev/restate-sdk-clients": "^1.11.1",
"axios": "^0.26.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/integrations/deployment-lambda-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typescript": "^5.5.4"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"aws-cdk-lib": "^2.155.0",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions typescript/patterns-use-cases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"format": "prettier --ignore-path .eslintignore --write \"**/*.+(js|ts|json)\""
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk-clients": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"@restatedev/restate-sdk-clients": "^1.11.1",
"cron-parser": "^5.2.0",
"express": "^5.2.1",
"pg": "^8.10.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/templates/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write \"src/*.+(js|ts|json)\""
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"zod": "^4.3"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions typescript/templates/cloudflare-worker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/templates/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format": "prettier --write \"src/*.+(js|ts|json)\""
},
"dependencies": {
"@restatedev/restate-sdk-cloudflare-workers": "^1.11.0",
"@restatedev/restate-sdk-cloudflare-workers": "^1.11.1",
"zod": "^4.1.0"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions typescript/templates/lambda/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/templates/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"app-dev": "npm run dev"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"zod": "^4.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions typescript/templates/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk-clients": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"@restatedev/restate-sdk-clients": "^1.11.1",
"next": "16.1.1",
"react": "19.1.0",
"react-dom": "19.1.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/templates/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"app-dev": "npm run dev"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"zod": "^4.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions typescript/templates/typescript-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"test": "TESTCONTAINERS_RYUK_DISABLED=true DEBUG=testcontainers,testcontainers:exec,testcontainers:containers jest --maxWorkers=1 --detectOpenHandles"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk-testcontainers": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"@restatedev/restate-sdk-testcontainers": "^1.11.1",
"testcontainers": "^10.24.1"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions typescript/templates/vercel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/templates/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk": "^1.11.1",
"next": "16.1.1",
"zod": "^4.3"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"app-dev": "npm run dev"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0"
"@restatedev/restate-sdk": "^1.11.1"
},
"devDependencies": {
"@types/node": "^20.14.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"app-dev": "npm run dev"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.11.0",
"@restatedev/restate-sdk-clients": "^1.11.0"
"@restatedev/restate-sdk": "^1.11.1",
"@restatedev/restate-sdk-clients": "^1.11.1"
},
"devDependencies": {
"@types/node": "^20.14.2",
Expand Down
Loading