Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.5"
".": "0.1.0-alpha.6"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 18
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-60444f8b1aa1aa8dbec1e9f11e929c2b7ac27470764ef5f1796134fc27f3381c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fbrowserbase-9f93c744538f57747ea1385817e21b40c318b65ebc155dca8950268beb280bc9.yml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.6 (2024-10-28)

Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/browserbase/sdk-python/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)

### Features

* **api:** update via SDK Studio ([#32](https://github.com/browserbase/sdk-python/issues/32)) ([a956d94](https://github.com/browserbase/sdk-python/commit/a956d9415cadd959c1a40a86d64117ffe5812e48))

## 0.1.0-alpha.5 (2024-10-28)

Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/browserbase/sdk-python/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ BROWSERBASE_PROJECT_ID = os.environ.get("BROWSERBASE_PROJECT_ID")
bb = Browserbase(
# This is the default and can be omitted
api_key=BROWSERBASE_API_KEY,
# or 'production' | 'local'; defaults to "production".
environment="development",
)

def run(playwright: Playwright) -> None:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "browserbase"
version = "0.1.0-alpha.5"
version = "0.1.0-alpha.6"
description = "The official Python library for the browserbase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
92 changes: 46 additions & 46 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,121 +4,115 @@
# last locked with the following flags:
# pre: false
# features: []
# all-features: true
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.6.2.post1
# via browserbase
# via httpx
argcomplete==3.1.2
argcomplete==3.5.1
# via nox
attrs==23.1.0
attrs==24.2.0
# via outcome
# via pytest
# via trio
certifi==2023.7.22
certifi==2024.8.30
# via httpcore
# via httpx
# via requests
# via selenium
charset-normalizer==3.4.0
# via requests
colorlog==6.7.0
colorlog==6.8.2
# via nox
dirty-equals==0.6.0
distlib==0.3.7
dirty-equals==0.8.0
distlib==0.3.9
# via virtualenv
distro==1.8.0
distro==1.9.0
# via browserbase
exceptiongroup==1.1.3
exceptiongroup==1.2.2
# via anyio
# via pytest
# via trio
# via trio-websocket
filelock==3.12.4
filelock==3.16.1
# via virtualenv
greenlet==3.1.1
# via playwright
h11==0.14.0
# via httpcore
# via wsproto
httpcore==1.0.2
httpcore==1.0.6
# via httpx
httpx==0.25.2
httpx==0.27.2
# via browserbase
# via respx
idna==3.4
idna==3.10
# via anyio
# via httpx
# via requests
# via trio
importlib-metadata==7.0.0
importlib-metadata==8.5.0
iniconfig==2.0.0
# via pytest
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy==1.11.2
mypy==1.13.0
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
nodeenv==1.9.1
# via pyright
nox==2023.4.22
nox==2024.10.9
outcome==1.3.0.post0
# via trio
packaging==23.2
packaging==24.1
# via nox
# via pytest
platformdirs==3.11.0
platformdirs==4.3.6
# via virtualenv
playwright==1.48.0
# via pytest-playwright
pluggy==1.3.0
pluggy==1.5.0
# via pytest
py==1.11.0
# via pytest
pydantic==2.7.1
pydantic==2.9.2
# via browserbase
pydantic-core==2.18.2
pydantic-core==2.23.4
# via pydantic
pyee==12.0.0
# via playwright
pygments==2.18.0
# via rich
pyright==1.1.380
pyright==1.1.386
pysocks==1.7.1
# via urllib3
pytest==7.1.1
pytest==8.3.3
# via pytest-asyncio
# via pytest-base-url
# via pytest-playwright
pytest-asyncio==0.21.1
pytest-asyncio==0.24.0
pytest-base-url==2.1.0
# via pytest-playwright
pytest-playwright==0.5.2
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via time-machine
python-dotenv==1.0.1
python-slugify==8.0.4
# via pytest-playwright
pytz==2023.3.post1
# via dirty-equals
requests==2.32.3
# via pytest-base-url
respx==0.20.2
rich==13.7.1
ruff==0.6.9
selenium==4.16.0
setuptools==68.2.2
# via nodeenv
respx==0.21.1
rich==13.9.3
ruff==0.7.1
selenium==4.25.0
six==1.16.0
# via python-dateutil
sniffio==1.3.0
sniffio==1.3.1
# via anyio
# via browserbase
# via httpx
Expand All @@ -127,28 +121,34 @@ sortedcontainers==2.4.0
# via trio
text-unidecode==1.3
# via python-slugify
time-machine==2.9.0
tomli==2.0.1
time-machine==2.16.0
tomli==2.0.2
# via mypy
# via nox
# via pytest
trio==0.24.0
trio==0.27.0
# via selenium
# via trio-websocket
trio-websocket==0.11.1
# via selenium
typing-extensions==4.8.0
typing-extensions==4.12.2
# via anyio
# via browserbase
# via mypy
# via pydantic
# via pydantic-core
# via pyee
# via pyright
# via rich
# via selenium
urllib3==2.2.3
# via requests
# via selenium
virtualenv==20.24.5
virtualenv==20.27.1
# via nox
websocket-client==1.8.0
# via selenium
wsproto==1.2.0
# via trio-websocket
zipp==3.17.0
zipp==3.20.2
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ certifi==2023.7.22
# via httpx
distro==1.8.0
# via browserbase
exceptiongroup==1.1.3
exceptiongroup==1.2.2
# via anyio
h11==0.14.0
# via httpcore
Expand All @@ -31,15 +31,15 @@ httpx==0.25.2
idna==3.4
# via anyio
# via httpx
pydantic==2.7.1
pydantic==2.9.2
# via browserbase
pydantic-core==2.18.2
pydantic-core==2.23.4
# via pydantic
sniffio==1.3.0
# via anyio
# via browserbase
# via httpx
typing-extensions==4.8.0
typing-extensions==4.12.2
# via anyio
# via browserbase
# via pydantic
Expand Down
2 changes: 2 additions & 0 deletions src/browserbase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes
from ._utils import file_from_path
from ._client import (
ENVIRONMENTS,
Client,
Stream,
Timeout,
Expand Down Expand Up @@ -68,6 +69,7 @@
"AsyncStream",
"Browserbase",
"AsyncBrowserbase",
"ENVIRONMENTS",
"file_from_path",
"BaseModel",
"DEFAULT_TIMEOUT",
Expand Down
Loading
Loading