Skip to content

Commit bbda79d

Browse files
fix(deps): update dependency browser-use to v0.12.1
1 parent 645227b commit bbda79d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-examples/browser-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = [
2020
dependencies = [
2121
"playwright==1.56",
2222
"intuned-runtime==1.3.21",
23-
"browser-use==0.11.2",
23+
"browser-use==0.12.1",
2424
"intuned-browser==0.1.14",
2525
]
2626

python-examples/computer-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"python-dateutil~=2.9.0",
2222
"httpx~=0.28.1",
2323
"stagehand~=0.5.7",
24-
"browser-use==0.11.2",
24+
"browser-use==0.12.1",
2525
]
2626

2727
[tool.uv]

0 commit comments

Comments
 (0)