From 2e1a0112f18879b27d05d174581c5d341fb8be91 Mon Sep 17 00:00:00 2001 From: Rafael Garcia Date: Wed, 28 May 2025 15:42:23 -0400 Subject: [PATCH] bump versions --- templates/python/browser-use/pyproject.toml | 2 +- templates/python/persistent-browser/pyproject.toml | 2 +- templates/python/sample-app/pyproject.toml | 2 +- templates/typescript/persistent-browser/package.json | 2 +- templates/typescript/sample-app/package.json | 2 +- templates/typescript/stagehand/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/python/browser-use/pyproject.toml b/templates/python/browser-use/pyproject.toml index 117ab3e..47721ba 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.3.0", + "kernel==0.4.0", "langchain-openai>=0.3.11", "pydantic>=2.10.6", ] diff --git a/templates/python/persistent-browser/pyproject.toml b/templates/python/persistent-browser/pyproject.toml index a20fd38..3550d72 100644 --- a/templates/python/persistent-browser/pyproject.toml +++ b/templates/python/persistent-browser/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Basic Kernel application that demonstrates the use of persistent browsers" readme = "README.md" requires-python = ">=3.11" -dependencies = ["kernel==0.3.0", "playwright>=1.52.0"] +dependencies = ["kernel==0.4.0", "playwright>=1.52.0"] [dependency-groups] dev = ["mypy>=1.15.0"] diff --git a/templates/python/sample-app/pyproject.toml b/templates/python/sample-app/pyproject.toml index f131a77..2da6c76 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.3.0", "playwright>=1.52.0"] +dependencies = ["kernel==0.4.0", "playwright>=1.52.0"] [dependency-groups] dev = ["mypy>=1.15.0"] diff --git a/templates/typescript/persistent-browser/package.json b/templates/typescript/persistent-browser/package.json index 55eb6f1..4795d0d 100644 --- a/templates/typescript/persistent-browser/package.json +++ b/templates/typescript/persistent-browser/package.json @@ -7,7 +7,7 @@ "typescript": "^5" }, "dependencies": { - "@onkernel/sdk": "0.3.0", + "@onkernel/sdk": "0.4.0", "playwright": "^1.52.0" } } diff --git a/templates/typescript/sample-app/package.json b/templates/typescript/sample-app/package.json index 55eb6f1..4795d0d 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.3.0", + "@onkernel/sdk": "0.4.0", "playwright": "^1.52.0" } } diff --git a/templates/typescript/stagehand/package.json b/templates/typescript/stagehand/package.json index 1d6985e..15d3a6b 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.3.0", + "@onkernel/sdk": "0.4.0", "zod": "^3.25.7" } }