File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ readme = "README.md"
66requires-python = " >=3.11"
77dependencies = [
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]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Kernel application template - Python"
55readme = " README.md"
66requires-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 ]
1010dev = [" mypy>=1.15.0" ]
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments