File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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.0 " ,
8+ " kernel>=0.8.1 " ,
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.0 " ,
9+ " kernel>=0.8.1 " ,
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.0 " ,
12+ " kernel>=0.8.1 " ,
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.0 " ,
20+ " kernel>=0.8.1 " ,
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.0 " , " playwright>=1.52.0" ]
7+ dependencies = [" kernel>=0.8.1 " , " playwright>=1.52.0" ]
88
99[dependency-groups ]
1010dev = [" mypy>=1.15.0" ]
You can’t perform that action at this time.
0 commit comments