Skip to content

Commit 1e7086e

Browse files
Version packages and update changelogs (#219)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b23e005 commit 1e7086e

File tree

7 files changed

+11
-26
lines changed

7 files changed

+11
-26
lines changed

.changeset/arrogant-caiman-of-competence.md

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

.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
[#225](https://github.com/browserbase/stagehand-python/pull/225) [`b23e005`](https://github.com/browserbase/stagehand-python/commit/b23e005) Thanks @derekmeegan! - add local cua example, remove root model from types
9+
[#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
10+
[#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
11+
[#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
12+
313
## 0.5.4
414

515
### 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)