Skip to content

Commit a894532

Browse files
release: 3.7.0
1 parent 93ef310 commit a894532

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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.6.0"
2+
".": "3.7.0"
33
}

CHANGELOG.md

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

3+
## 3.7.0 (2026-03-23)
4+
5+
Full Changelog: [v3.6.0...v3.7.0](https://github.com/browserbase/stagehand-python/compare/v3.6.0...v3.7.0)
6+
7+
### Features
8+
9+
* [fix]: add `useSearch` & `toolTimeout` to stainless types ([0faf1df](https://github.com/browserbase/stagehand-python/commit/0faf1dfb3d6b98e727bf0c904e272da3857863e8))
10+
* [STG-1607] Yield finished SSE event instead of silently dropping it ([0bba1e9](https://github.com/browserbase/stagehand-python/commit/0bba1e9c657cffbbe306a2bc6520ab2992295773))
11+
* Add bedrock to provider enum in Zod schemas and OpenAPI spec ([5ace8c9](https://github.com/browserbase/stagehand-python/commit/5ace8c9ee306ff8cc09c258500c24b6b55e9562b))
12+
* Add missing cdpHeaders field to v3 server openapi spec ([7c17bc2](https://github.com/browserbase/stagehand-python/commit/7c17bc237e604ae38ca6772deb02a378d5117f81))
13+
* Revert broken finished SSE yield config ([21189cf](https://github.com/browserbase/stagehand-python/commit/21189cf82aab6b07caf9a322f28355279b2a3f45))
14+
* variables for observe ([93ef310](https://github.com/browserbase/stagehand-python/commit/93ef31098a0cb2b4acfd157ae4c45cedc2f2e58c))
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** bump minimum typing-extensions version ([c8cce20](https://github.com/browserbase/stagehand-python/commit/c8cce20e513c91cff638742df3f19c477aeab795))
20+
* **pydantic:** do not pass `by_alias` unless set ([b045b1a](https://github.com/browserbase/stagehand-python/commit/b045b1ab4d93aed7de6388fe31e768470d080fd4))
21+
* sanitize endpoint path params ([5201ec1](https://github.com/browserbase/stagehand-python/commit/5201ec149265832d89100c9c5292985e2e65c0f8))
22+
23+
24+
### Chores
25+
26+
* **ci:** bump uv version ([84a841c](https://github.com/browserbase/stagehand-python/commit/84a841cd29648432d713f10b37a530e18942a3f0))
27+
* **ci:** skip uploading artifacts on stainless-internal branches ([291b296](https://github.com/browserbase/stagehand-python/commit/291b296a33c5be942422946051925ad6c500679b))
28+
* **internal:** tweak CI branches ([1d33bbf](https://github.com/browserbase/stagehand-python/commit/1d33bbf69c610c4627e31345d5ae65828dfcc483))
29+
330
## 3.6.0 (2026-02-25)
431

532
Full Changelog: [v3.5.0...v3.6.0](https://github.com/browserbase/stagehand-python/compare/v3.5.0...v3.6.0)

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.6.0"
3+
version = "3.7.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.6.0" # x-release-please-version
4+
__version__ = "3.7.0" # x-release-please-version

0 commit comments

Comments
 (0)