diff --git a/templates/python/advanced-sample/pyproject.toml b/templates/python/advanced-sample/pyproject.toml index d6562e9..7661088 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.5.0", + "kernel>=0.6.0", "playwright>=1.52.0" ] diff --git a/templates/python/browser-use/pyproject.toml b/templates/python/browser-use/pyproject.toml index 83dd66a..a08e816 100644 --- a/templates/python/browser-use/pyproject.toml +++ b/templates/python/browser-use/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "browser-use~=0.2.4", - "kernel>=0.5.0", + "kernel>=0.6.0", "langchain-openai>=0.3.11", "pydantic>=2.10.6", ] diff --git a/templates/python/sample-app/pyproject.toml b/templates/python/sample-app/pyproject.toml index 5ddcb78..9b16b02 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.5.0", "playwright>=1.52.0"] +dependencies = ["kernel>=0.6.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 7e3b189..504cccc 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.5.0", + "@onkernel/sdk": ">=0.6.0", "playwright": "^1.52.0" } } diff --git a/templates/typescript/computer-use/package.json b/templates/typescript/computer-use/package.json index 33cca71..61a3f5a 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.5.0", + "@onkernel/sdk": ">=0.6.0", "playwright": "^1.52.0", "@anthropic-ai/sdk": "0.52.0", "luxon": "3.6.0" diff --git a/templates/typescript/sample-app/package.json b/templates/typescript/sample-app/package.json index 7e3b189..504cccc 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.5.0", + "@onkernel/sdk": ">=0.6.0", "playwright": "^1.52.0" } } diff --git a/templates/typescript/stagehand/package.json b/templates/typescript/stagehand/package.json index 8e771dd..92fa508 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.5.0", + "@onkernel/sdk": ">=0.6.0", "zod": "^3.25.7" } }