File tree Expand file tree Collapse file tree 6 files changed +99
-96
lines changed
Expand file tree Collapse file tree 6 files changed +99
-96
lines changed Original file line number Diff line number Diff line change 2828 </a >
2929</p >
3030<!-- prettier-ignore -->
31- [ ![ PyPI version] ( https://img.shields.io/pypi/v/stagehand-alpha .svg?label=pypi%20(stable) )] ( https://pypi.org/project/stagehand-alpha / )
31+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/stagehand.svg?label=pypi%20(stable) )] ( https://pypi.org/project/stagehand/ )
3232
3333<p align =" center " >
3434 <a href="https://trendshift.io/repositories/12122" target="_blank"><img src="https://trendshift.io/api/badge/repositories/12122" alt="browserbase%2Fstagehand | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
Original file line number Diff line number Diff line change 1414Usage:
1515
1616```
17- pip install playwright stagehand-alpha
17+ pip install playwright stagehand
1818# (if Playwright is new) playwright install chromium
1919uv run python examples/byob_example.py
2020```
Original file line number Diff line number Diff line change 1010You can also set `OPENAI_API_KEY` if you prefer, but the example defaults to `MODEL_API_KEY`.
1111
1212Install the published wheel before running this script:
13- `pip install stagehand-alpha `
13+ `pip install stagehand`
1414Then execute this example with the same interpreter:
1515 `python examples/local_example.py`
1616"""
Original file line number Diff line number Diff line change 11[project ]
2- name = " stagehand-alpha "
2+ name = " stagehand"
33version = " 3.4.8"
44description = " The official Python library for the stagehand API"
55dynamic = [" readme" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ annotated-types==0.7.0
66anyio==4.12.0
77 # via
88 # httpx
9- # stagehand-alpha
9+ # stagehand
1010backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
1111 # via pytest-asyncio
1212certifi==2025.11.12
@@ -17,7 +17,8 @@ colorama==0.4.6 ; sys_platform == 'win32'
1717 # via pytest
1818dirty-equals==0.11
1919distro==1.9.0
20- # via stagehand-alpha
20+ # via stagehand
21+ dotenv==0.9.9
2122exceptiongroup==1.3.1 ; python_full_version < '3.11'
2223 # via
2324 # anyio
@@ -31,7 +32,7 @@ httpcore==1.0.9
3132httpx==0.28.1
3233 # via
3334 # respx
34- # stagehand-alpha
35+ # stagehand
3536idna==3.11
3637 # via
3738 # anyio
@@ -59,7 +60,7 @@ pathspec==0.12.1
5960pluggy==1.6.0
6061 # via pytest
6162pydantic==2.12.5
62- # via stagehand-alpha
63+ # via stagehand
6364pydantic-core==2.41.5
6465 # via pydantic
6566pygments==2.19.2
@@ -80,13 +81,15 @@ pytest-asyncio==1.3.0 ; python_full_version >= '3.10'
8081pytest-xdist==3.8.0
8182python-dateutil==2.9.0.post0 ; python_full_version < '3.10'
8283 # via time-machine
84+ python-dotenv==1.2.1
85+ # via dotenv
8386respx==0.22.0
8487rich==14.2.0
8588ruff==0.14.7
8689six==1.17.0 ; python_full_version < '3.10'
8790 # via python-dateutil
8891sniffio==1.3.1
89- # via stagehand-alpha
92+ # via stagehand
9093time-machine==2.19.0 ; python_full_version < '3.10'
9194time-machine==3.1.0 ; python_full_version >= '3.10'
9295tomli==2.3.0 ; python_full_version < '3.11'
@@ -102,7 +105,7 @@ typing-extensions==4.15.0
102105 # pydantic-core
103106 # pyright
104107 # pytest-asyncio
105- # stagehand-alpha
108+ # stagehand
106109 # typing-inspection
107110typing-inspection==0.4.2
108111 # via pydantic
You can’t perform that action at this time.
0 commit comments