Skip to content

Commit 4988d45

Browse files
authored
bump versions to non alpha (#5)
1 parent eee9154 commit 4988d45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/python/browser-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"browser-use>=0.1.46",
9-
"kernel==0.1.0a15",
9+
"kernel==0.2.0",
1010
"langchain-openai>=0.3.11",
1111
"pydantic>=2.10.6",
1212
]

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.1.0a15", "playwright>=1.52.0"]
7+
dependencies = ["kernel==0.2.0", "playwright>=1.52.0"]
88

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

templates/typescript/sample-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"typescript": "^5"
88
},
99
"dependencies": {
10-
"@onkernel/sdk": "0.1.0-alpha.16",
10+
"@onkernel/sdk": "0.2.0",
1111
"playwright": "^1.52.0"
1212
}
1313
}

0 commit comments

Comments
 (0)