Skip to content

Commit b8d1cd3

Browse files
chore: update SDK settings
1 parent 4c0b2c8 commit b8d1cd3

File tree

5 files changed

+96
-96
lines changed

5 files changed

+96
-96
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-ed52466945f2f8dfd3814a29e948d7bf30af7b76a7a7689079c03b8baf64e26f.yml
33
openapi_spec_hash: 5d57aaf2362b0d882372dbf76477ba23
4-
config_hash: 6b5d2b7e13aea77b1fd038e5eb8c0662
4+
config_hash: 989ddfee371586e9156b4d484ec0a6cc

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stagehand Python API library
22

33
<!-- prettier-ignore -->
4-
[![PyPI version](https://img.shields.io/pypi/v/stagehand.svg?label=pypi%20(stable))](https://pypi.org/project/stagehand/)
4+
[![PyPI version](https://img.shields.io/pypi/v/stagehand-alpha.svg?label=pypi%20(stable))](https://pypi.org/project/stagehand-alpha/)
55

66
The Stagehand Python library provides convenient access to the Stagehand REST API from any Python 3.9+
77
application. The library includes type definitions for all request params and response fields,
@@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.stagehand.dev](https://docs.sta
1717

1818
```sh
1919
# install from PyPI
20-
pip install stagehand
20+
pip install stagehand-alpha
2121
```
2222

2323
## Usage
@@ -91,7 +91,7 @@ You can enable this by installing `aiohttp`:
9191

9292
```sh
9393
# install from PyPI
94-
pip install stagehand[aiohttp]
94+
pip install stagehand-alpha[aiohttp]
9595
```
9696

9797
Then you can enable it by instantiating 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"
2+
name = "stagehand-alpha"
33
version = "0.0.1"
44
description = "The official Python library for the stagehand API"
55
dynamic = ["readme"]

requirements-dev.lock

Lines changed: 6 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
9+
# stagehand-alpha
1010
backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
1111
# via pytest-asyncio
1212
certifi==2025.11.12
@@ -17,7 +17,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
1717
# via pytest
1818
dirty-equals==0.11
1919
distro==1.9.0
20-
# via stagehand
20+
# via stagehand-alpha
2121
exceptiongroup==1.3.1 ; python_full_version < '3.11'
2222
# via
2323
# anyio
@@ -31,7 +31,7 @@ httpcore==1.0.9
3131
httpx==0.28.1
3232
# via
3333
# respx
34-
# stagehand
34+
# stagehand-alpha
3535
idna==3.11
3636
# via
3737
# anyio
@@ -59,7 +59,7 @@ pathspec==0.12.1
5959
pluggy==1.6.0
6060
# via pytest
6161
pydantic==2.12.5
62-
# via stagehand
62+
# via stagehand-alpha
6363
pydantic-core==2.41.5
6464
# via pydantic
6565
pygments==2.19.2
@@ -86,7 +86,7 @@ ruff==0.14.7
8686
six==1.17.0 ; python_full_version < '3.10'
8787
# via python-dateutil
8888
sniffio==1.3.1
89-
# via stagehand
89+
# via stagehand-alpha
9090
time-machine==2.19.0 ; python_full_version < '3.10'
9191
time-machine==3.1.0 ; python_full_version >= '3.10'
9292
tomli==2.3.0 ; python_full_version < '3.11'
@@ -102,7 +102,7 @@ typing-extensions==4.15.0
102102
# pydantic-core
103103
# pyright
104104
# pytest-asyncio
105-
# stagehand
105+
# stagehand-alpha
106106
# typing-inspection
107107
typing-inspection==0.4.2
108108
# via pydantic

0 commit comments

Comments
 (0)