Skip to content

Commit 7914f28

Browse files
committed
Removed references to stagehand-alpha
1 parent 6f136c6 commit 7914f28

File tree

6 files changed

+99
-96
lines changed

6 files changed

+99
-96
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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>

examples/byob_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Usage:
1515
1616
```
17-
pip install playwright stagehand-alpha
17+
pip install playwright stagehand
1818
# (if Playwright is new) playwright install chromium
1919
uv run python examples/byob_example.py
2020
```

examples/local_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
You can also set `OPENAI_API_KEY` if you prefer, but the example defaults to `MODEL_API_KEY`.
1111
1212
Install the published wheel before running this script:
13-
`pip install stagehand-alpha`
13+
`pip install stagehand`
1414
Then execute this example with the same interpreter:
1515
`python examples/local_example.py`
1616
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "stagehand-alpha"
2+
name = "stagehand"
33
version = "3.4.8"
44
description = "The official Python library for the stagehand API"
55
dynamic = ["readme"]

requirements-dev.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotated-types==0.7.0
66
anyio==4.12.0
77
# via
88
# httpx
9-
# stagehand-alpha
9+
# stagehand
1010
backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
1111
# via pytest-asyncio
1212
certifi==2025.11.12
@@ -17,7 +17,8 @@ colorama==0.4.6 ; sys_platform == 'win32'
1717
# via pytest
1818
dirty-equals==0.11
1919
distro==1.9.0
20-
# via stagehand-alpha
20+
# via stagehand
21+
dotenv==0.9.9
2122
exceptiongroup==1.3.1 ; python_full_version < '3.11'
2223
# via
2324
# anyio
@@ -31,7 +32,7 @@ httpcore==1.0.9
3132
httpx==0.28.1
3233
# via
3334
# respx
34-
# stagehand-alpha
35+
# stagehand
3536
idna==3.11
3637
# via
3738
# anyio
@@ -59,7 +60,7 @@ pathspec==0.12.1
5960
pluggy==1.6.0
6061
# via pytest
6162
pydantic==2.12.5
62-
# via stagehand-alpha
63+
# via stagehand
6364
pydantic-core==2.41.5
6465
# via pydantic
6566
pygments==2.19.2
@@ -80,13 +81,15 @@ pytest-asyncio==1.3.0 ; python_full_version >= '3.10'
8081
pytest-xdist==3.8.0
8182
python-dateutil==2.9.0.post0 ; python_full_version < '3.10'
8283
# via time-machine
84+
python-dotenv==1.2.1
85+
# via dotenv
8386
respx==0.22.0
8487
rich==14.2.0
8588
ruff==0.14.7
8689
six==1.17.0 ; python_full_version < '3.10'
8790
# via python-dateutil
8891
sniffio==1.3.1
89-
# via stagehand-alpha
92+
# via stagehand
9093
time-machine==2.19.0 ; python_full_version < '3.10'
9194
time-machine==3.1.0 ; python_full_version >= '3.10'
9295
tomli==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
107110
typing-inspection==0.4.2
108111
# via pydantic

0 commit comments

Comments
 (0)