diff --git a/python/patterns-use-cases/pyproject.toml b/python/patterns-use-cases/pyproject.toml index 9fd3ca79..a6c4bf45 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.2", + "restate-sdk[serde]>=0.16.0", "pydantic", "httpx", "stripe", diff --git a/python/templates/lambda/.claude/CLAUDE.md b/python/templates/lambda/.claude/CLAUDE.md index 1bbaa3be..f259efaf 100644 --- a/python/templates/lambda/.claude/CLAUDE.md +++ b/python/templates/lambda/.claude/CLAUDE.md @@ -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 @@ -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 \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/python/templates/lambda/pyproject.toml b/python/templates/lambda/pyproject.toml index 02dd7a0c..a961dea7 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.2", + "restate-sdk[serde]>=0.16.0", ] [tool.hatch.build.targets.wheel] diff --git a/python/templates/python/.claude/CLAUDE.md b/python/templates/python/.claude/CLAUDE.md index 1bbaa3be..f259efaf 100644 --- a/python/templates/python/.claude/CLAUDE.md +++ b/python/templates/python/.claude/CLAUDE.md @@ -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 @@ -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 \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ 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 1bbaa3be..f259efaf 100644 --- a/python/templates/python/.cursor/rules/AGENTS.md +++ b/python/templates/python/.cursor/rules/AGENTS.md @@ -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 @@ -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 \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/python/templates/python/pyproject.toml b/python/templates/python/pyproject.toml index 80f57c40..4c155a9d 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.2", + "restate-sdk[serde]>=0.16.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 52493d74..0c8278ae 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.2", + "restate-sdk[serde]>=0.16.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 60306a72..2ec93c78 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.2", + "restate-sdk[serde]>=0.16.0", ] [tool.hatch.build.targets.wheel] diff --git a/typescript/basics/package.json b/typescript/basics/package.json index 76f3a785..b1797812 100644 --- a/typescript/basics/package.json +++ b/typescript/basics/package.json @@ -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", diff --git a/typescript/end-to-end-applications/ai-image-workflows/package.json b/typescript/end-to-end-applications/ai-image-workflows/package.json index c585c1e6..38e3d938 100644 --- a/typescript/end-to-end-applications/ai-image-workflows/package.json +++ b/typescript/end-to-end-applications/ai-image-workflows/package.json @@ -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", diff --git a/typescript/end-to-end-applications/chat-bot/package.json b/typescript/end-to-end-applications/chat-bot/package.json index a174f6b1..cb2115d3 100644 --- a/typescript/end-to-end-applications/chat-bot/package.json +++ b/typescript/end-to-end-applications/chat-bot/package.json @@ -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" }, diff --git a/typescript/end-to-end-applications/food-ordering/app/package.json b/typescript/end-to-end-applications/food-ordering/app/package.json index e29f21f5..0393c384 100644 --- a/typescript/end-to-end-applications/food-ordering/app/package.json +++ b/typescript/end-to-end-applications/food-ordering/app/package.json @@ -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", diff --git a/typescript/end-to-end-applications/food-ordering/webui/package.json b/typescript/end-to-end-applications/food-ordering/webui/package.json index 89c27e0b..5a984ed9 100644 --- a/typescript/end-to-end-applications/food-ordering/webui/package.json +++ b/typescript/end-to-end-applications/food-ordering/webui/package.json @@ -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", diff --git a/typescript/integrations/deployment-lambda-cdk/package.json b/typescript/integrations/deployment-lambda-cdk/package.json index 9347d657..61ca8b6e 100644 --- a/typescript/integrations/deployment-lambda-cdk/package.json +++ b/typescript/integrations/deployment-lambda-cdk/package.json @@ -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" diff --git a/typescript/patterns-use-cases/package.json b/typescript/patterns-use-cases/package.json index 8a9509fb..a957099d 100644 --- a/typescript/patterns-use-cases/package.json +++ b/typescript/patterns-use-cases/package.json @@ -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", diff --git a/typescript/templates/bun/package.json b/typescript/templates/bun/package.json index 627c2cba..be744db9 100644 --- a/typescript/templates/bun/package.json +++ b/typescript/templates/bun/package.json @@ -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": { diff --git a/typescript/templates/cloudflare-worker/package-lock.json b/typescript/templates/cloudflare-worker/package-lock.json index 94a796bf..f13398bb 100644 --- a/typescript/templates/cloudflare-worker/package-lock.json +++ b/typescript/templates/cloudflare-worker/package-lock.json @@ -8,7 +8,7 @@ "name": "restate-cloudflare-worker-template", "version": "0.0.1", "dependencies": { - "@restatedev/restate-sdk-cloudflare-workers": "^1.11.0", + "@restatedev/restate-sdk-cloudflare-workers": "^1.11.1", "zod": "^4.1.0" }, "devDependencies": { @@ -1102,18 +1102,18 @@ ] }, "node_modules/@restatedev/restate-sdk-cloudflare-workers": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-cloudflare-workers/-/restate-sdk-cloudflare-workers-1.11.0.tgz", - "integrity": "sha512-TGgYyhGRqZO3ba1vc4UpsndGImXvd88O2tVn/W7Fc60jaVa2Bg5UBqGniGgKlVBI2rpht2H4Umyls0E9g4gWQw==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-cloudflare-workers/-/restate-sdk-cloudflare-workers-1.11.1.tgz", + "integrity": "sha512-8PD7pze6UEldWxqoh556Icj4THtPVmVMrOsOBvTtHg7ZV75T5bmfRA6jIhTdOhqdIgebc0L9ibGYwZkvIk0eEQ==", "license": "MIT", "dependencies": { - "@restatedev/restate-sdk-core": "1.11.0" + "@restatedev/restate-sdk-core": "1.11.1" } }, "node_modules/@restatedev/restate-sdk-core": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.0.tgz", - "integrity": "sha512-gb4b/CmirO41iWa1wDTyppOgemvBmZ9QNktgCUneCCE5QxP2iC9kMzx7mxU7IgRYDGFFI0vx9yOQBb6mZHG61g==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.1.tgz", + "integrity": "sha512-noGcYm6WePsCNLH2becGARKnfMXxDccvVn8UyOEv1Nzxix/8S25nbnYEpRylxCPlcHdgfyvDlIQF0sW5Clk2iQ==", "license": "MIT" }, "node_modules/@scarf/scarf": { diff --git a/typescript/templates/cloudflare-worker/package.json b/typescript/templates/cloudflare-worker/package.json index 8be122a9..339824ba 100644 --- a/typescript/templates/cloudflare-worker/package.json +++ b/typescript/templates/cloudflare-worker/package.json @@ -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": { diff --git a/typescript/templates/lambda/package-lock.json b/typescript/templates/lambda/package-lock.json index 073205fd..e88e114c 100644 --- a/typescript/templates/lambda/package-lock.json +++ b/typescript/templates/lambda/package-lock.json @@ -8,7 +8,7 @@ "name": "restate-ts-template", "version": "0.0.1", "dependencies": { - "@restatedev/restate-sdk": "^1.11.0", + "@restatedev/restate-sdk": "^1.11.1", "zod": "^4.3" }, "devDependencies": { @@ -444,18 +444,18 @@ } }, "node_modules/@restatedev/restate-sdk": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-1.11.0.tgz", - "integrity": "sha512-ReuzxGZqqPMyFZLeVBoq5GjZym/p00EyXauP0gDRCo1sH+VKOdw+vPT2q9MHxRXKR/qj09rnG8fGzRnn4/PzzA==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-1.11.1.tgz", + "integrity": "sha512-qJNpA5POJOOTx4piMNp3zwMbyS6SPn9DWpFYmWXV9zCdX1nl/mflUrSOMIdAp97xSJUo3D4thRKRuRTyv4SSzg==", "license": "MIT", "dependencies": { - "@restatedev/restate-sdk-core": "1.11.0" + "@restatedev/restate-sdk-core": "1.11.1" } }, "node_modules/@restatedev/restate-sdk-core": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.0.tgz", - "integrity": "sha512-gb4b/CmirO41iWa1wDTyppOgemvBmZ9QNktgCUneCCE5QxP2iC9kMzx7mxU7IgRYDGFFI0vx9yOQBb6mZHG61g==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.1.tgz", + "integrity": "sha512-noGcYm6WePsCNLH2becGARKnfMXxDccvVn8UyOEv1Nzxix/8S25nbnYEpRylxCPlcHdgfyvDlIQF0sW5Clk2iQ==", "license": "MIT" }, "node_modules/@types/node": { diff --git a/typescript/templates/lambda/package.json b/typescript/templates/lambda/package.json index b025dbe6..1fcd740c 100644 --- a/typescript/templates/lambda/package.json +++ b/typescript/templates/lambda/package.json @@ -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": { diff --git a/typescript/templates/nextjs/package.json b/typescript/templates/nextjs/package.json index a8430e52..0e820695 100644 --- a/typescript/templates/nextjs/package.json +++ b/typescript/templates/nextjs/package.json @@ -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", diff --git a/typescript/templates/node/package.json b/typescript/templates/node/package.json index 12210edd..6f0e8882 100644 --- a/typescript/templates/node/package.json +++ b/typescript/templates/node/package.json @@ -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": { diff --git a/typescript/templates/typescript-testing/package.json b/typescript/templates/typescript-testing/package.json index c015fac2..b1a59241 100644 --- a/typescript/templates/typescript-testing/package.json +++ b/typescript/templates/typescript-testing/package.json @@ -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": { diff --git a/typescript/templates/vercel/package-lock.json b/typescript/templates/vercel/package-lock.json index 25081ae0..3dd77dab 100644 --- a/typescript/templates/vercel/package-lock.json +++ b/typescript/templates/vercel/package-lock.json @@ -8,7 +8,7 @@ "name": "restate-vercel-template", "version": "0.1.0", "dependencies": { - "@restatedev/restate-sdk": "^1.11.0", + "@restatedev/restate-sdk": "^1.11.1", "next": "16.1.1", "zod": "^4.3" }, @@ -591,18 +591,18 @@ } }, "node_modules/@restatedev/restate-sdk": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-1.11.0.tgz", - "integrity": "sha512-ReuzxGZqqPMyFZLeVBoq5GjZym/p00EyXauP0gDRCo1sH+VKOdw+vPT2q9MHxRXKR/qj09rnG8fGzRnn4/PzzA==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-1.11.1.tgz", + "integrity": "sha512-qJNpA5POJOOTx4piMNp3zwMbyS6SPn9DWpFYmWXV9zCdX1nl/mflUrSOMIdAp97xSJUo3D4thRKRuRTyv4SSzg==", "license": "MIT", "dependencies": { - "@restatedev/restate-sdk-core": "1.11.0" + "@restatedev/restate-sdk-core": "1.11.1" } }, "node_modules/@restatedev/restate-sdk-core": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.0.tgz", - "integrity": "sha512-gb4b/CmirO41iWa1wDTyppOgemvBmZ9QNktgCUneCCE5QxP2iC9kMzx7mxU7IgRYDGFFI0vx9yOQBb6mZHG61g==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.1.tgz", + "integrity": "sha512-noGcYm6WePsCNLH2becGARKnfMXxDccvVn8UyOEv1Nzxix/8S25nbnYEpRylxCPlcHdgfyvDlIQF0sW5Clk2iQ==", "license": "MIT" }, "node_modules/@swc/helpers": { diff --git a/typescript/templates/vercel/package.json b/typescript/templates/vercel/package.json index 5fb677bc..2ecfc5f2 100644 --- a/typescript/templates/vercel/package.json +++ b/typescript/templates/vercel/package.json @@ -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" }, diff --git a/typescript/tutorials/tour-of-orchestration-typescript/package.json b/typescript/tutorials/tour-of-orchestration-typescript/package.json index ec22e35e..fdee3443 100644 --- a/typescript/tutorials/tour-of-orchestration-typescript/package.json +++ b/typescript/tutorials/tour-of-orchestration-typescript/package.json @@ -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", diff --git a/typescript/tutorials/tour-of-workflows-typescript/package.json b/typescript/tutorials/tour-of-workflows-typescript/package.json index 38cb397a..4e9e1a44 100644 --- a/typescript/tutorials/tour-of-workflows-typescript/package.json +++ b/typescript/tutorials/tour-of-workflows-typescript/package.json @@ -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",