From 7262cfcdcb6e7c8432aa5d17a5c18b169e11a650 Mon Sep 17 00:00:00 2001 From: masnwilliams Date: Wed, 10 Sep 2025 03:15:00 +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/sample-app/package.json | 2 +- templates/typescript/stagehand/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/python/advanced-sample/pyproject.toml b/templates/python/advanced-sample/pyproject.toml index 4d54aed..decdaa1 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.11.0", + "kernel>=0.11.1", "playwright>=1.52.0" ] diff --git a/templates/python/browser-use/pyproject.toml b/templates/python/browser-use/pyproject.toml index 8d4635e..de78935 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.5.3", - "kernel>=0.11.0", + "kernel>=0.11.1", "pydantic>=2.10.6", ] diff --git a/templates/python/computer-use/pyproject.toml b/templates/python/computer-use/pyproject.toml index c28b593..7e30882 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.11.0", + "kernel>=0.11.1", "python-dotenv~=1.0.0", "httpx~=0.27.0", ] diff --git a/templates/python/cua/pyproject.toml b/templates/python/cua/pyproject.toml index 7b6a608..3a14db6 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.11.0", + "kernel>=0.11.1", "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 6bb4e45..d9125f9 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.11.0", "playwright>=1.52.0"] +dependencies = ["kernel>=0.11.1", "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 0011ddf..dff20f0 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.11.0", + "@onkernel/sdk": ">=0.11.1", "playwright": "^1.52.0" } } diff --git a/templates/typescript/computer-use/package.json b/templates/typescript/computer-use/package.json index a7cd409..2b64455 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.11.0", + "@onkernel/sdk": ">=0.11.1", "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 8986ecd..80dc58f 100644 --- a/templates/typescript/cua/package.json +++ b/templates/typescript/cua/package.json @@ -5,7 +5,7 @@ "build": "tsc" }, "dependencies": { - "@onkernel/sdk": ">=0.11.0", + "@onkernel/sdk": ">=0.11.1", "dotenv": "^16.5.0", "openai": "^5.7.0", "playwright": "^1.53.0", diff --git a/templates/typescript/sample-app/package.json b/templates/typescript/sample-app/package.json index 0011ddf..dff20f0 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.11.0", + "@onkernel/sdk": ">=0.11.1", "playwright": "^1.52.0" } } diff --git a/templates/typescript/stagehand/package.json b/templates/typescript/stagehand/package.json index 36127ee..afe1d0c 100644 --- a/templates/typescript/stagehand/package.json +++ b/templates/typescript/stagehand/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@browserbasehq/stagehand": "^2.2.1", - "@onkernel/sdk": ">=0.11.0", + "@onkernel/sdk": ">=0.11.1", "zod": "^3.25.7" } }