diff --git a/.changeset/arrogant-caiman-of-competence.md b/.changeset/arrogant-caiman-of-competence.md deleted file mode 100644 index d9a26e7f..00000000 --- a/.changeset/arrogant-caiman-of-competence.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -add local cua example, remove root model from types diff --git a/.changeset/dramatic-worm-of-pizza.md b/.changeset/dramatic-worm-of-pizza.md deleted file mode 100644 index 86f5f040..00000000 --- a/.changeset/dramatic-worm-of-pizza.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix search, navigate, go back, and go forward for gemini cua agent diff --git a/.changeset/fortunate-friendly-avocet.md b/.changeset/fortunate-friendly-avocet.md deleted file mode 100644 index 5f1ee443..00000000 --- a/.changeset/fortunate-friendly-avocet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix ability to pass raw JSON to Extract schema diff --git a/.changeset/polite-dogfish-of-purring.md b/.changeset/polite-dogfish-of-purring.md deleted file mode 100644 index 8acb2e76..00000000 --- a/.changeset/polite-dogfish-of-purring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Add support for Haiku 4.5 CUA diff --git a/.changeset/smiling-snobbish-cockle.md b/.changeset/smiling-snobbish-cockle.md deleted file mode 100644 index d8e911c5..00000000 --- a/.changeset/smiling-snobbish-cockle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Pass api_timeout param to Stagehand API correctly diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af31caa..4b49c8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Stagehand Python Changelog +## 0.5.5 + +### Patch Changes + +[#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 +[#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 +[#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 +[#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 +[#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 + ## 0.5.4 ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index 898bff04..b53f002d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.5.4" +version = "0.5.5" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]