Skip to content

Commit fd25208

Browse files
release: 3.5.0
1 parent 106cc07 commit fd25208

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
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-
".": "3.4.7"
2+
".": "3.5.0"
33
}

CHANGELOG.md

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

3+
## 3.5.0 (2026-01-27)
4+
5+
Full Changelog: [v3.4.7...v3.5.0](https://github.com/browserbase/stagehand-python/compare/v3.4.7...v3.5.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([3dac57a](https://github.com/browserbase/stagehand-python/commit/3dac57a7fa654b30938f623c9a1d336afa5c04a6))
10+
* **client:** add support for binary request streaming ([ae2f587](https://github.com/browserbase/stagehand-python/commit/ae2f5873f090eeb6a564d8fd54378347725a8ae7))
11+
* x-stainless-any fix, optional frame id, ModelConfigString fix ([6d46ed2](https://github.com/browserbase/stagehand-python/commit/6d46ed2cd9e4b82eb3753eb524d9d52b033e6351))
12+
13+
14+
### Chores
15+
16+
* **internal:** update `actions/checkout` version ([bda97bc](https://github.com/browserbase/stagehand-python/commit/bda97bca74f981ec3fa2626c552bb52d9cb79cc0))
17+
* **internal:** version bump ([f0e9667](https://github.com/browserbase/stagehand-python/commit/f0e9667cab4f0ea074341fbbaae16a5b0a7e3ec9))
18+
* **internal:** version bump ([66d0f45](https://github.com/browserbase/stagehand-python/commit/66d0f4544e2d8e72d316b55507d7967adcef4456))
19+
* sync repo ([fa2456e](https://github.com/browserbase/stagehand-python/commit/fa2456eeec78a5b05d2e9cf9c9aad3f287e83e59))
20+
* update SDK settings ([d54c240](https://github.com/browserbase/stagehand-python/commit/d54c24082b66853485fc4307e985b6c9a5f21d31))
21+
* update SDK settings ([23c5201](https://github.com/browserbase/stagehand-python/commit/23c520167bc3931c44348d5feceba075176f127a))
22+
323
## 3.4.7 (2026-01-15)
424

525
Full Changelog: [v3.4.6...v3.4.7](https://github.com/browserbase/stagehand-python/compare/v3.4.6...v3.4.7)

pyproject.toml

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

src/stagehand/_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__ = "stagehand"
4-
__version__ = "3.4.7" # x-release-please-version
4+
__version__ = "3.5.0" # x-release-please-version

0 commit comments

Comments
 (0)