Skip to content

Commit 0558b2b

Browse files
stainless-app[bot]Stainless Bot
and
Stainless Bot
authored
release: 1.0.5 (#75)
* chore(internal): bump pyright (#73) * release: 1.0.5 --------- Co-authored-by: Stainless Bot <dev+git@stainlessapi.com> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent a4b244f commit 0558b2b

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.4"
2+
".": "1.0.5"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.0.5 (2024-12-03)
4+
5+
Full Changelog: [v1.0.4...v1.0.5](https://github.com/browserbase/sdk-python/compare/v1.0.4...v1.0.5)
6+
7+
### Chores
8+
9+
* **internal:** bump pyright ([#73](https://github.com/browserbase/sdk-python/issues/73)) ([d5f9711](https://github.com/browserbase/sdk-python/commit/d5f97119b2ec2334f47029541173e78ca846abae))
10+
311
## 1.0.4 (2024-11-29)
412

513
Full Changelog: [v1.0.3...v1.0.4](https://github.com/browserbase/sdk-python/compare/v1.0.3...v1.0.4)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "browserbase"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "The official Python library for the Browserbase API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

requirements-dev.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ outcome==1.3.0.post0
7575
packaging==24.1
7676
# via nox
7777
# via pytest
78-
platformdirs==4.3.6
78+
platformdirs==3.11.0
7979
# via virtualenv
8080
playwright==1.48.0
8181
# via pytest-playwright
@@ -145,7 +145,7 @@ typing-extensions==4.12.2
145145
urllib3==2.2.3
146146
# via requests
147147
# via selenium
148-
virtualenv==20.27.1
148+
virtualenv==20.24.5
149149
# via nox
150150
websocket-client==1.8.0
151151
# via selenium

src/browserbase/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "browserbase"
4-
__version__ = "1.0.4" # x-release-please-version
4+
__version__ = "1.0.5" # x-release-please-version

0 commit comments

Comments
 (0)