Skip to content

Commit c4c5d46

Browse files
committed
stagehand-alpha -> stagehand
1 parent 2f2a7d4 commit c4c5d46

File tree

3 files changed

+89
-89
lines changed

3 files changed

+89
-89
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ uv run python examples/local_example.py
117117
```
118118

119119
```bash
120-
pip install stagehand-alpha
120+
pip install stagehand
121121
uv run python examples/local_example.py
122122
```
123123

@@ -325,7 +325,7 @@ By default, the async client uses `httpx` for HTTP requests. For improved concur
325325
Install `aiohttp`:
326326

327327
```sh
328-
uv run pip install stagehand-alpha[aiohttp]
328+
uv run pip install stagehand[aiohttp]
329329
```
330330

331331
Then instantiate the client with `http_client=DefaultAioHttpClient()`:

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 = "0.4.0"
44
description = "The official Python library for the stagehand API"
55
dynamic = ["readme"]

0 commit comments

Comments
 (0)