From d23907c0ae3831ec7d845923f3597d5640d66c3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 10:40:47 +0000 Subject: [PATCH] Update dependency stagehand to v3.22.0 --- python-examples/computer-use/pyproject.toml | 2 +- python-examples/hybrid-automation/pyproject.toml | 2 +- python-examples/rpa-forms-example/pyproject.toml | 2 +- python-examples/stagehand/pyproject.toml | 2 +- python-examples/starter-stagehand/pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index 651a3acf..94660daf 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "anthropic~=0.75.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", - "stagehand~=0.5.7", + "stagehand~=3.22.0", "browser-use==0.11.2", ] diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index a13c510a..74b43903 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-automation/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "openai~=1.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", - "stagehand~=3.5.0", + "stagehand~=3.22.0", ] [tool.uv] diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index 66b21aee..8b0ed14b 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -20,7 +20,7 @@ keywords = [ dependencies = [ "playwright==1.61.0", "intuned-runtime==1.3.38", - "stagehand==3.5.0", + "stagehand==3.22.0", "intuned-browser==0.1.18", ] diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 1d150f7b..40819754 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "anthropic~=0.75.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", - "stagehand~=3.5.0", + "stagehand~=3.22.0", ] [tool.uv] diff --git a/python-examples/starter-stagehand/pyproject.toml b/python-examples/starter-stagehand/pyproject.toml index 25de968f..0869133e 100644 --- a/python-examples/starter-stagehand/pyproject.toml +++ b/python-examples/starter-stagehand/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "anthropic~=0.75.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", - "stagehand~=3.5.0", + "stagehand~=3.22.0", ] [tool.uv]