diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80d368a..1214610 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.4" + ".": "1.0.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f81d4..6bb2966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.5 (2024-12-03) + +Full Changelog: [v1.0.4...v1.0.5](https://github.com/browserbase/sdk-python/compare/v1.0.4...v1.0.5) + +### Chores + +* **internal:** bump pyright ([#73](https://github.com/browserbase/sdk-python/issues/73)) ([d5f9711](https://github.com/browserbase/sdk-python/commit/d5f97119b2ec2334f47029541173e78ca846abae)) + ## 1.0.4 (2024-11-29) Full Changelog: [v1.0.3...v1.0.4](https://github.com/browserbase/sdk-python/compare/v1.0.3...v1.0.4) diff --git a/pyproject.toml b/pyproject.toml index 2bfcc94..82209c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "browserbase" -version = "1.0.4" +version = "1.0.5" description = "The official Python library for the Browserbase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/requirements-dev.lock b/requirements-dev.lock index 86a29c6..48e714f 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -75,7 +75,7 @@ outcome==1.3.0.post0 packaging==24.1 # via nox # via pytest -platformdirs==4.3.6 +platformdirs==3.11.0 # via virtualenv playwright==1.48.0 # via pytest-playwright @@ -145,7 +145,7 @@ typing-extensions==4.12.2 urllib3==2.2.3 # via requests # via selenium -virtualenv==20.27.1 +virtualenv==20.24.5 # via nox websocket-client==1.8.0 # via selenium diff --git a/src/browserbase/_version.py b/src/browserbase/_version.py index 6e25ae8..c871d01 100644 --- a/src/browserbase/_version.py +++ b/src/browserbase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "browserbase" -__version__ = "1.0.4" # x-release-please-version +__version__ = "1.0.5" # x-release-please-version