You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## 3.7.0 (2026-03-17)
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
+
* Add bedrock to provider enum in Zod schemas and OpenAPI spec ([5ace8c9](https://github.com/browserbase/stagehand-python/commit/5ace8c9ee306ff8cc09c258500c24b6b55e9562b))
10
+
* Add missing cdpHeaders field to v3 server openapi spec ([7c17bc2](https://github.com/browserbase/stagehand-python/commit/7c17bc237e604ae38ca6772deb02a378d5117f81))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***deps:** bump minimum typing-extensions version ([c8cce20](https://github.com/browserbase/stagehand-python/commit/c8cce20e513c91cff638742df3f19c477aeab795))
16
+
***pydantic:** do not pass `by_alias` unless set ([b045b1a](https://github.com/browserbase/stagehand-python/commit/b045b1ab4d93aed7de6388fe31e768470d080fd4))
17
+
18
+
19
+
### Chores
20
+
21
+
***ci:** bump uv version ([84a841c](https://github.com/browserbase/stagehand-python/commit/84a841cd29648432d713f10b37a530e18942a3f0))
22
+
***ci:** skip uploading artifacts on stainless-internal branches ([291b296](https://github.com/browserbase/stagehand-python/commit/291b296a33c5be942422946051925ad6c500679b))
23
+
***internal:** tweak CI branches ([1d33bbf](https://github.com/browserbase/stagehand-python/commit/1d33bbf69c610c4627e31345d5ae65828dfcc483))
24
+
3
25
## 3.6.0 (2026-02-25)
4
26
5
27
Full Changelog: [v3.5.0...v3.6.0](https://github.com/browserbase/stagehand-python/compare/v3.5.0...v3.6.0)
0 commit comments