From 5eafc51b364e7aa8e118774e8b8be60b80ff9dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:48:49 +0000 Subject: [PATCH] fix(deps): update dependency stagehand to v3 --- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index dec391b..19e9b9f 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.4.7", "browser-use==0.11.2", ] diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index 3653aff..13880ba 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~=0.5.7", + "stagehand~=3.4.7", ] [tool.uv] diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index fea9ada..b68f027 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.56", "intuned-runtime==1.3.17", - "stagehand==0.5.3", + "stagehand==3.4.7", "intuned-browser==0.1.13", ] diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 68ff77e..df80dec 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~=0.5.8", + "stagehand~=3.4.7", ] [tool.uv]