Skip to content

Commit 165cc77

Browse files
Version packages and update changelogs
1 parent de7d883 commit 165cc77

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

.changeset/dramatic-worm-of-pizza.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fortunate-friendly-avocet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-dogfish-of-purring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smiling-snobbish-cockle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Stagehand Python Changelog
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
[#215](https://github.com/browserbase/stagehand-python/pull/215) [`cb35254`](https://github.com/browserbase/stagehand-python/commit/cb35254) Thanks @derekmeegan! - Fix ability to pass raw JSON to Extract schema
8+
[#218](https://github.com/browserbase/stagehand-python/pull/218) [`1a919ad`](https://github.com/browserbase/stagehand-python/commit/1a919ad) Thanks @derekmeegan! - Pass api_timeout param to Stagehand API correctly
9+
[#223](https://github.com/browserbase/stagehand-python/pull/223) [`de7d883`](https://github.com/browserbase/stagehand-python/commit/de7d883) Thanks @derekmeegan! - Fix search, navigate, go back, and go forward for gemini cua agent
10+
[#221](https://github.com/browserbase/stagehand-python/pull/221) [`da570a1`](https://github.com/browserbase/stagehand-python/commit/da570a1) Thanks @miguelg719! - Add support for Haiku 4.5 CUA
11+
312
## 0.5.4
413

514
### Patch Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stagehand"
7-
version = "0.5.4"
7+
version = "0.5.5"
88
description = "Python SDK for Stagehand"
99
readme = "README.md"
1010
classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]

0 commit comments

Comments
 (0)