Skip to content

Commit 5e1a0d6

Browse files
Update dependency stagehand to v3.19.5
1 parent 6503418 commit 5e1a0d6

5 files changed

Lines changed: 5 additions & 5 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.19.5",
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.19.5",
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.30",
23-
"stagehand==3.5.0",
23+
"stagehand==3.19.5",
2424
"intuned-browser==0.1.17",
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.19.5",
2828
]
2929

3030
[tool.uv]

python-examples/starter-stagehand/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"anthropic~=0.75.0",
2424
"python-dateutil~=2.9.0",
2525
"httpx~=0.28.1",
26-
"stagehand~=3.5.0",
26+
"stagehand~=3.19.5",
2727
]
2828

2929
[tool.uv]

0 commit comments

Comments
 (0)