From 9a5dbfaa724063b8436b4b53260ab4802d1742e7 Mon Sep 17 00:00:00 2001 From: masnwilliams Date: Sat, 6 Dec 2025 03:25:48 +0000 Subject: [PATCH] chore: bump kernel sdk versions to latest --- templates/python/advanced-sample/pyproject.toml | 2 +- templates/python/browser-use/pyproject.toml | 2 +- templates/python/computer-use/pyproject.toml | 2 +- templates/python/cua/pyproject.toml | 2 +- templates/python/sample-app/pyproject.toml | 2 +- templates/typescript/advanced-sample/package.json | 2 +- templates/typescript/computer-use/package.json | 2 +- templates/typescript/cua/package.json | 2 +- templates/typescript/gemini-cua/package.json | 2 +- templates/typescript/magnitude/package.json | 2 +- templates/typescript/sample-app/package.json | 2 +- templates/typescript/stagehand/package.json | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/python/advanced-sample/pyproject.toml b/templates/python/advanced-sample/pyproject.toml index 6aac84c..5284843 100644 --- a/templates/python/advanced-sample/pyproject.toml +++ b/templates/python/advanced-sample/pyproject.toml @@ -5,7 +5,7 @@ description = "Sample application implementing advanced Kernel configs" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "kernel>=0.14.2", + "kernel>=0.22.0", "playwright>=1.52.0" ] diff --git a/templates/python/browser-use/pyproject.toml b/templates/python/browser-use/pyproject.toml index a384f5b..c94529a 100644 --- a/templates/python/browser-use/pyproject.toml +++ b/templates/python/browser-use/pyproject.toml @@ -6,6 +6,6 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "browser-use>=0.7.10", - "kernel>=0.14.2", + "kernel>=0.22.0", "pydantic>=2.10.6", ] diff --git a/templates/python/computer-use/pyproject.toml b/templates/python/computer-use/pyproject.toml index de05db8..a04668b 100644 --- a/templates/python/computer-use/pyproject.toml +++ b/templates/python/computer-use/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "python-dateutil~=2.8.2", "pydantic~=2.11.5", "typing-extensions~=4.13.2", - "kernel>=0.14.2", + "kernel>=0.22.0", "python-dotenv~=1.0.0", "httpx~=0.27.0", ] diff --git a/templates/python/cua/pyproject.toml b/templates/python/cua/pyproject.toml index 9278157..2f94ff9 100644 --- a/templates/python/cua/pyproject.toml +++ b/templates/python/cua/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "idna==3.10", "jiter==0.10.0", "pillow==11.2.1", - "kernel>=0.14.2", + "kernel>=0.22.0", "playwright==1.52.0", "pydantic==2.11.7", "pydantic_core==2.33.2", diff --git a/templates/python/sample-app/pyproject.toml b/templates/python/sample-app/pyproject.toml index 980b1c1..9b1b0ab 100644 --- a/templates/python/sample-app/pyproject.toml +++ b/templates/python/sample-app/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Kernel application template - Python" readme = "README.md" requires-python = ">=3.11" -dependencies = ["kernel>=0.14.2", "playwright>=1.52.0"] +dependencies = ["kernel>=0.22.0", "playwright>=1.52.0"] [dependency-groups] dev = ["mypy>=1.15.0"] diff --git a/templates/typescript/advanced-sample/package.json b/templates/typescript/advanced-sample/package.json index 527437d..d37c245 100644 --- a/templates/typescript/advanced-sample/package.json +++ b/templates/typescript/advanced-sample/package.json @@ -7,7 +7,7 @@ "typescript": "^5" }, "dependencies": { - "@onkernel/sdk": ">=0.14.2", + "@onkernel/sdk": ">=0.22.0", "playwright": "^1.52.0" } } diff --git a/templates/typescript/computer-use/package.json b/templates/typescript/computer-use/package.json index 9157683..97e74d6 100644 --- a/templates/typescript/computer-use/package.json +++ b/templates/typescript/computer-use/package.json @@ -7,7 +7,7 @@ "typescript": "^5" }, "dependencies": { - "@onkernel/sdk": ">=0.14.2", + "@onkernel/sdk": ">=0.22.0", "playwright": "^1.52.0", "@anthropic-ai/sdk": "0.52.0", "luxon": "3.6.0" diff --git a/templates/typescript/cua/package.json b/templates/typescript/cua/package.json index 07137af..6e2e27d 100644 --- a/templates/typescript/cua/package.json +++ b/templates/typescript/cua/package.json @@ -5,7 +5,7 @@ "build": "tsc" }, "dependencies": { - "@onkernel/sdk": ">=0.14.2", + "@onkernel/sdk": ">=0.22.0", "dotenv": "^16.5.0", "openai": "^5.7.0", "playwright": "^1.53.0", diff --git a/templates/typescript/gemini-cua/package.json b/templates/typescript/gemini-cua/package.json index 4e0c5a6..c5f0054 100644 --- a/templates/typescript/gemini-cua/package.json +++ b/templates/typescript/gemini-cua/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@browserbasehq/stagehand": "^2.5.2", - "@onkernel/sdk": "^0.15.0", + "@onkernel/sdk": ">=0.22.0", "zod": "^3.25.67" } } diff --git a/templates/typescript/magnitude/package.json b/templates/typescript/magnitude/package.json index 08a218b..e867ebd 100644 --- a/templates/typescript/magnitude/package.json +++ b/templates/typescript/magnitude/package.json @@ -7,7 +7,7 @@ "typescript": "^5" }, "dependencies": { - "@onkernel/sdk": ">=0.14.2", + "@onkernel/sdk": ">=0.22.0", "magnitude-core": "latest", "zod": "^3.25.0" } diff --git a/templates/typescript/sample-app/package.json b/templates/typescript/sample-app/package.json index 527437d..d37c245 100644 --- a/templates/typescript/sample-app/package.json +++ b/templates/typescript/sample-app/package.json @@ -7,7 +7,7 @@ "typescript": "^5" }, "dependencies": { - "@onkernel/sdk": ">=0.14.2", + "@onkernel/sdk": ">=0.22.0", "playwright": "^1.52.0" } } diff --git a/templates/typescript/stagehand/package.json b/templates/typescript/stagehand/package.json index c1c8bc0..23175d1 100644 --- a/templates/typescript/stagehand/package.json +++ b/templates/typescript/stagehand/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@browserbasehq/stagehand": "^3.0.1", - "@onkernel/sdk": "^0.18.0", + "@onkernel/sdk": ">=0.22.0", "zod": "=3.25.67" } }