Skip to content

Commit 4c0b2c8

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

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
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: 5c69fb596588b8ace08203858518c149
4+
config_hash: 6b5d2b7e13aea77b1fd038e5eb8c0662

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ The REST API documentation can be found on [docs.stagehand.dev](https://docs.sta
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/browserbase/stagehand-python#stainless.git
19+
# install from PyPI
20+
pip install stagehand
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install stagehand`
25-
2623
## Usage
2724

2825
The full API of this library can be found in [api.md](api.md).
@@ -93,8 +90,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
9390
You can enable this by installing `aiohttp`:
9491

9592
```sh
96-
# install from the production repo
97-
pip install 'stagehand[aiohttp] @ git+ssh://git@github.com/browserbase/stagehand-python#stainless.git'
93+
# install from PyPI
94+
pip install stagehand[aiohttp]
9895
```
9996

10097
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

0 commit comments

Comments
 (0)