Skip to content

Commit 4fcafb0

Browse files
chore: update SDK settings
1 parent 20019d1 commit 4fcafb0

File tree

5 files changed

+23
-26
lines changed

5 files changed

+23
-26
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: 22
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browser-use%2Fbrowser-use-86040fd18419e7b4e0947660d9c0ff1abe21550528d2d2a549736cd16f85a92d.yml
33
openapi_spec_hash: 7c5de9d0f633db35fd9e250fcc834d1f
4-
config_hash: 135af8e6e2a908ec20f32539e1efabf5
4+
config_hash: 771e55285d36ab0c796ac0f29840fa8f

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Browser Use Python API library
22

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

66
The Browser Use Python library provides convenient access to the Browser Use REST API from any Python 3.8+
77
application. The library includes type definitions for all request params and response fields,
@@ -16,13 +16,10 @@ The REST API documentation can be found on [docs.browser-use.com](https://docs.b
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://[email protected]/browser-use/browser-use-python.git
19+
# install from PyPI
20+
pip install browser-use-sdk
2121
```
2222

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

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

7774
```sh
78-
# install from the production repo
79-
pip install 'browser_use[aiohttp] @ git+ssh://[email protected]/browser-use/browser-use-python.git'
75+
# install from PyPI
76+
pip install browser-use-sdk[aiohttp]
8077
```
8178

8279
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 = "browser_use"
2+
name = "browser-use-sdk"
33
version = "0.0.1"
44
description = "The official Python library for the browser-use API"
55
dynamic = ["readme"]

requirements-dev.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
aiohappyeyeballs==2.6.1
1414
# via aiohttp
1515
aiohttp==3.12.8
16-
# via browser-use
16+
# via browser-use-sdk
1717
# via httpx-aiohttp
1818
aiosignal==1.3.2
1919
# via aiohttp
2020
annotated-types==0.6.0
2121
# via pydantic
2222
anyio==4.4.0
23-
# via browser-use
23+
# via browser-use-sdk
2424
# via httpx
2525
argcomplete==3.1.2
2626
# via nox
@@ -37,7 +37,7 @@ dirty-equals==0.6.0
3737
distlib==0.3.7
3838
# via virtualenv
3939
distro==1.8.0
40-
# via browser-use
40+
# via browser-use-sdk
4141
exceptiongroup==1.2.2
4242
# via anyio
4343
# via pytest
@@ -53,11 +53,11 @@ h11==0.16.0
5353
httpcore==1.0.9
5454
# via httpx
5555
httpx==0.28.1
56-
# via browser-use
56+
# via browser-use-sdk
5757
# via httpx-aiohttp
5858
# via respx
5959
httpx-aiohttp==0.1.8
60-
# via browser-use
60+
# via browser-use-sdk
6161
idna==3.4
6262
# via anyio
6363
# via httpx
@@ -90,7 +90,7 @@ propcache==0.3.1
9090
# via aiohttp
9191
# via yarl
9292
pydantic==2.10.3
93-
# via browser-use
93+
# via browser-use-sdk
9494
pydantic-core==2.27.1
9595
# via pydantic
9696
pygments==2.18.0
@@ -114,14 +114,14 @@ six==1.16.0
114114
# via python-dateutil
115115
sniffio==1.3.0
116116
# via anyio
117-
# via browser-use
117+
# via browser-use-sdk
118118
time-machine==2.9.0
119119
tomli==2.0.2
120120
# via mypy
121121
# via pytest
122122
typing-extensions==4.12.2
123123
# via anyio
124-
# via browser-use
124+
# via browser-use-sdk
125125
# via multidict
126126
# via mypy
127127
# via pydantic

requirements.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
aiohappyeyeballs==2.6.1
1414
# via aiohttp
1515
aiohttp==3.12.8
16-
# via browser-use
16+
# via browser-use-sdk
1717
# via httpx-aiohttp
1818
aiosignal==1.3.2
1919
# via aiohttp
2020
annotated-types==0.6.0
2121
# via pydantic
2222
anyio==4.4.0
23-
# via browser-use
23+
# via browser-use-sdk
2424
# via httpx
2525
async-timeout==5.0.1
2626
# via aiohttp
@@ -30,7 +30,7 @@ certifi==2023.7.22
3030
# via httpcore
3131
# via httpx
3232
distro==1.8.0
33-
# via browser-use
33+
# via browser-use-sdk
3434
exceptiongroup==1.2.2
3535
# via anyio
3636
frozenlist==1.6.2
@@ -41,10 +41,10 @@ h11==0.16.0
4141
httpcore==1.0.9
4242
# via httpx
4343
httpx==0.28.1
44-
# via browser-use
44+
# via browser-use-sdk
4545
# via httpx-aiohttp
4646
httpx-aiohttp==0.1.8
47-
# via browser-use
47+
# via browser-use-sdk
4848
idna==3.4
4949
# via anyio
5050
# via httpx
@@ -56,15 +56,15 @@ propcache==0.3.1
5656
# via aiohttp
5757
# via yarl
5858
pydantic==2.10.3
59-
# via browser-use
59+
# via browser-use-sdk
6060
pydantic-core==2.27.1
6161
# via pydantic
6262
sniffio==1.3.0
6363
# via anyio
64-
# via browser-use
64+
# via browser-use-sdk
6565
typing-extensions==4.12.2
6666
# via anyio
67-
# via browser-use
67+
# via browser-use-sdk
6868
# via multidict
6969
# via pydantic
7070
# via pydantic-core

0 commit comments

Comments
 (0)