File tree Expand file tree Collapse file tree 10 files changed +42
-44
lines changed
Expand file tree Collapse file tree 10 files changed +42
-44
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Sample application implementing advanced Kernel configs"
55readme = " README.md"
66requires-python = " >=3.11"
77dependencies = [
8- " kernel>=0.8.1 " ,
8+ " kernel>=0.11.0 " ,
99 " playwright>=1.52.0"
1010]
1111
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ readme = "README.md"
66requires-python = " >=3.11"
77dependencies = [
88 " browser-use~=0.5.3" ,
9- " kernel>=0.8.1 " ,
9+ " kernel>=0.11.0 " ,
1010 " pydantic>=2.10.6" ,
1111]
Original file line number Diff line number Diff 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.1 " ,
12+ " kernel>=0.11.0 " ,
1313 " python-dotenv~=1.0.0" ,
1414 " httpx~=0.27.0" ,
1515]
Original file line number Diff line number Diff 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.1 " ,
20+ " kernel>=0.11.0 " ,
2121 " playwright==1.52.0" ,
2222 " pydantic==2.11.7" ,
2323 " pydantic_core==2.33.2" ,
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.8.1 " , " playwright>=1.52.0" ]
7+ dependencies = [" kernel>=0.11.0 " , " playwright>=1.52.0" ]
88
99[dependency-groups ]
1010dev = [" mypy>=1.15.0" ]
Original file line number Diff line number Diff line change 11{
2- "name" : " ts-basic" ,
3- "module" : " index.ts" ,
4- "type" : " module" ,
5- "private" : true ,
6- "peerDependencies" : {
7- "typescript" : " ^5"
8- },
9- "dependencies" : {
10- "@onkernel/sdk" : " >=0.8.0" ,
11- "playwright" : " ^1.52.0"
12- }
2+ "name" : " ts-basic" ,
3+ "module" : " index.ts" ,
4+ "type" : " module" ,
5+ "private" : true ,
6+ "peerDependencies" : {
7+ "typescript" : " ^5"
8+ },
9+ "dependencies" : {
10+ "@onkernel/sdk" : " >=0.11.0" ,
11+ "playwright" : " ^1.52.0"
1312 }
14-
13+ }
Original file line number Diff line number Diff line change 77 "typescript" : " ^5"
88 },
99 "dependencies" : {
10- "@onkernel/sdk" : " >=0.8 .0" ,
10+ "@onkernel/sdk" : " >=0.11 .0" ,
1111 "playwright" : " ^1.52.0" ,
1212 "@anthropic-ai/sdk" : " 0.52.0" ,
1313 "luxon" : " 3.6.0"
1414 }
15- }
15+ }
Original file line number Diff line number Diff line change 55 "build" : " tsc"
66 },
77 "dependencies" : {
8- "@onkernel/sdk" : " >=0.8 .0" ,
8+ "@onkernel/sdk" : " >=0.11 .0" ,
99 "dotenv" : " ^16.5.0" ,
1010 "openai" : " ^5.7.0" ,
1111 "playwright" : " ^1.53.0" ,
Original file line number Diff line number Diff line change 11{
2- "name" : " ts-basic" ,
3- "module" : " index.ts" ,
4- "type" : " module" ,
5- "private" : true ,
6- "peerDependencies" : {
7- "typescript" : " ^5"
8- },
9- "dependencies" : {
10- "@onkernel/sdk" : " >=0.8.0" ,
11- "playwright" : " ^1.52.0"
12- }
2+ "name" : " ts-basic" ,
3+ "module" : " index.ts" ,
4+ "type" : " module" ,
5+ "private" : true ,
6+ "peerDependencies" : {
7+ "typescript" : " ^5"
8+ },
9+ "dependencies" : {
10+ "@onkernel/sdk" : " >=0.11.0" ,
11+ "playwright" : " ^1.52.0"
1312 }
14-
13+ }
Original file line number Diff line number Diff line change 11{
2- "name" : " ts-stagehand" ,
3- "module" : " index.ts" ,
4- "type" : " module" ,
5- "private" : true ,
6- "peerDependencies" : {
7- "typescript" : " ^5"
8- },
9- "dependencies" : {
10- "@browserbasehq/stagehand" : " ^2.2.1" ,
11- "@onkernel/sdk" : " >=0.8 .0" ,
12- "zod" : " ^3.25.7"
13- }
2+ "name" : " ts-stagehand" ,
3+ "module" : " index.ts" ,
4+ "type" : " module" ,
5+ "private" : true ,
6+ "peerDependencies" : {
7+ "typescript" : " ^5"
8+ },
9+ "dependencies" : {
10+ "@browserbasehq/stagehand" : " ^2.2.1" ,
11+ "@onkernel/sdk" : " >=0.11 .0" ,
12+ "zod" : " ^3.25.7"
13+ }
1414}
You can’t perform that action at this time.
0 commit comments