diff --git a/templates/python/advanced-sample/pyproject.toml b/templates/python/advanced-sample/pyproject.toml index fecc915..4d54aed 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.8.1", + "kernel>=0.11.0", "playwright>=1.52.0" ] diff --git a/templates/python/browser-use/pyproject.toml b/templates/python/browser-use/pyproject.toml index e766ed3..8d4635e 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.8.1", + "kernel>=0.11.0", "pydantic>=2.10.6", ] diff --git a/templates/python/computer-use/pyproject.toml b/templates/python/computer-use/pyproject.toml index eb5429c..c28b593 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.8.1", + "kernel>=0.11.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 a5aa7b6..7b6a608 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.8.1", + "kernel>=0.11.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 d6e6195..6bb4e45 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.8.1", "playwright>=1.52.0"] +dependencies = ["kernel>=0.11.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 846688c..0011ddf 100644 --- a/templates/typescript/advanced-sample/package.json +++ b/templates/typescript/advanced-sample/package.json @@ -1,14 +1,13 @@ { - "name": "ts-basic", - "module": "index.ts", - "type": "module", - "private": true, - "peerDependencies": { - "typescript": "^5" - }, - "dependencies": { - "@onkernel/sdk": ">=0.8.0", - "playwright": "^1.52.0" - } + "name": "ts-basic", + "module": "index.ts", + "type": "module", + "private": true, + "peerDependencies": { + "typescript": "^5" + }, + "dependencies": { + "@onkernel/sdk": ">=0.11.0", + "playwright": "^1.52.0" } - \ No newline at end of file +} diff --git a/templates/typescript/computer-use/package.json b/templates/typescript/computer-use/package.json index 5f475fb..a7cd409 100644 --- a/templates/typescript/computer-use/package.json +++ b/templates/typescript/computer-use/package.json @@ -7,9 +7,9 @@ "typescript": "^5" }, "dependencies": { - "@onkernel/sdk": ">=0.8.0", + "@onkernel/sdk": ">=0.11.0", "playwright": "^1.52.0", "@anthropic-ai/sdk": "0.52.0", "luxon": "3.6.0" } -} \ No newline at end of file +} diff --git a/templates/typescript/cua/package.json b/templates/typescript/cua/package.json index 405ac85..8986ecd 100644 --- a/templates/typescript/cua/package.json +++ b/templates/typescript/cua/package.json @@ -5,7 +5,7 @@ "build": "tsc" }, "dependencies": { - "@onkernel/sdk": ">=0.8.0", + "@onkernel/sdk": ">=0.11.0", "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 846688c..0011ddf 100644 --- a/templates/typescript/sample-app/package.json +++ b/templates/typescript/sample-app/package.json @@ -1,14 +1,13 @@ { - "name": "ts-basic", - "module": "index.ts", - "type": "module", - "private": true, - "peerDependencies": { - "typescript": "^5" - }, - "dependencies": { - "@onkernel/sdk": ">=0.8.0", - "playwright": "^1.52.0" - } + "name": "ts-basic", + "module": "index.ts", + "type": "module", + "private": true, + "peerDependencies": { + "typescript": "^5" + }, + "dependencies": { + "@onkernel/sdk": ">=0.11.0", + "playwright": "^1.52.0" } - \ No newline at end of file +} diff --git a/templates/typescript/stagehand/package.json b/templates/typescript/stagehand/package.json index 0ca0cf0..36127ee 100644 --- a/templates/typescript/stagehand/package.json +++ b/templates/typescript/stagehand/package.json @@ -1,14 +1,14 @@ { - "name": "ts-stagehand", - "module": "index.ts", - "type": "module", - "private": true, - "peerDependencies": { - "typescript": "^5" - }, - "dependencies": { - "@browserbasehq/stagehand": "^2.2.1", - "@onkernel/sdk": ">=0.8.0", - "zod": "^3.25.7" - } + "name": "ts-stagehand", + "module": "index.ts", + "type": "module", + "private": true, + "peerDependencies": { + "typescript": "^5" + }, + "dependencies": { + "@browserbasehq/stagehand": "^2.2.1", + "@onkernel/sdk": ">=0.11.0", + "zod": "^3.25.7" + } }