Skip to content

Commit 7d8d59e

Browse files
chore: bump kernel sdk versions to latest (#49)
Co-authored-by: masnwilliams <[email protected]>
1 parent 073ad53 commit 7d8d59e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

templates/python/advanced-sample/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Sample application implementing advanced Kernel configs"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"kernel>=0.8.0",
8+
"kernel>=0.8.1",
99
"playwright>=1.52.0"
1010
]
1111

templates/python/browser-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"browser-use~=0.5.3",
9-
"kernel>=0.8.0",
9+
"kernel>=0.8.1",
1010
"pydantic>=2.10.6",
1111
]

templates/python/computer-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"python-dateutil~=2.8.2",
1010
"pydantic~=2.11.5",
1111
"typing-extensions~=4.13.2",
12-
"kernel>=0.8.0",
12+
"kernel>=0.8.1",
1313
"python-dotenv~=1.0.0",
1414
"httpx~=0.27.0",
1515
]

templates/python/cua/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"idna==3.10",
1818
"jiter==0.10.0",
1919
"pillow==11.2.1",
20-
"kernel>=0.8.0",
20+
"kernel>=0.8.1",
2121
"playwright==1.52.0",
2222
"pydantic==2.11.7",
2323
"pydantic_core==2.33.2",

templates/python/sample-app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Kernel application template - Python"
55
readme = "README.md"
66
requires-python = ">=3.11"
7-
dependencies = ["kernel>=0.8.0", "playwright>=1.52.0"]
7+
dependencies = ["kernel>=0.8.1", "playwright>=1.52.0"]
88

99
[dependency-groups]
1010
dev = ["mypy>=1.15.0"]

0 commit comments

Comments
 (0)