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]