Skip to content

Commit 0ea6afe

Browse files
fix(deps): update dependency stagehand to v3.18.0
1 parent a77c42a commit 0ea6afe

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

python-examples/computer-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"anthropic~=0.75.0",
2121
"python-dateutil~=2.9.0",
2222
"httpx~=0.28.1",
23-
"stagehand~=0.5.7",
23+
"stagehand~=3.18.0",
2424
"browser-use==0.11.2",
2525
]
2626

python-examples/hybrid-automation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"openai~=1.0",
2626
"python-dateutil~=2.9.0",
2727
"httpx~=0.28.1",
28-
"stagehand~=3.5.0",
28+
"stagehand~=3.18.0",
2929
]
3030

3131
[tool.uv]

python-examples/rpa-forms-example/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.25",
23-
"stagehand==3.5.0",
23+
"stagehand==3.18.0",
2424
"intuned-browser==0.1.14",
2525
]
2626

python-examples/stagehand/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"anthropic~=0.75.0",
2525
"python-dateutil~=2.9.0",
2626
"httpx~=0.28.1",
27-
"stagehand~=3.5.0",
27+
"stagehand~=3.18.0",
2828
]
2929

3030
[tool.uv]

0 commit comments

Comments
 (0)