From e5e8f6f8c3a6e093073c42e0b7162e7c6a0b933c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Jul 2025 22:12:03 +0000 Subject: [PATCH 1/3] Version packages and update changelogs --- .changeset/ambrosial-anaconda-of-blizzard.md | 5 ----- .changeset/daffy-rapid-turaco.md | 5 ----- .changeset/masterful-amiable-leopard.md | 5 ----- .changeset/sceptical-mutant-shrew.md | 5 ----- .changeset/warping-colorful-shellfish.md | 5 ----- .changeset/woodoo-frog-of-growth.md | 5 ----- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 8 files changed, 12 insertions(+), 31 deletions(-) delete mode 100644 .changeset/ambrosial-anaconda-of-blizzard.md delete mode 100644 .changeset/daffy-rapid-turaco.md delete mode 100644 .changeset/masterful-amiable-leopard.md delete mode 100644 .changeset/sceptical-mutant-shrew.md delete mode 100644 .changeset/warping-colorful-shellfish.md delete mode 100644 .changeset/woodoo-frog-of-growth.md diff --git a/.changeset/ambrosial-anaconda-of-blizzard.md b/.changeset/ambrosial-anaconda-of-blizzard.md deleted file mode 100644 index edf7cbe8..00000000 --- a/.changeset/ambrosial-anaconda-of-blizzard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Enable access to iframes on api diff --git a/.changeset/daffy-rapid-turaco.md b/.changeset/daffy-rapid-turaco.md deleted file mode 100644 index 4767deb0..00000000 --- a/.changeset/daffy-rapid-turaco.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix parsing schema for extract with no arguments (full page extract) diff --git a/.changeset/masterful-amiable-leopard.md b/.changeset/masterful-amiable-leopard.md deleted file mode 100644 index 07065b4f..00000000 --- a/.changeset/masterful-amiable-leopard.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Add support for claude 4 sonnet in agent & remove all images but the last two from anthropic cua client diff --git a/.changeset/sceptical-mutant-shrew.md b/.changeset/sceptical-mutant-shrew.md deleted file mode 100644 index cd16941a..00000000 --- a/.changeset/sceptical-mutant-shrew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix error in press_key act util function diff --git a/.changeset/warping-colorful-shellfish.md b/.changeset/warping-colorful-shellfish.md deleted file mode 100644 index 9b3292ac..00000000 --- a/.changeset/warping-colorful-shellfish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Patch issue with passing a created session_id to init on api mode diff --git a/.changeset/woodoo-frog-of-growth.md b/.changeset/woodoo-frog-of-growth.md deleted file mode 100644 index f02d98b1..00000000 --- a/.changeset/woodoo-frog-of-growth.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -fix logging param name diff --git a/CHANGELOG.md b/CHANGELOG.md index 95bdac34..d584b2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Stagehand Python Changelog +## 0.4.2 + +### Patch Changes + +[#168](https://github.com/browserbase/stagehand-python/pull/168) [`a7d8c5e`](https://github.com/browserbase/stagehand-python/commit/a7d8c5e) Thanks @miguelg719! - Patch issue with passing a created session_id to init on api mode +[#167](https://github.com/browserbase/stagehand-python/pull/167) [`76669f0`](https://github.com/browserbase/stagehand-python/commit/76669f0) Thanks @miguelg719! - Enable access to iframes on api +[#155](https://github.com/browserbase/stagehand-python/pull/155) [`8d55709`](https://github.com/browserbase/stagehand-python/commit/8d55709) Thanks @Zach10za! - Fix error in press_key act util function +[#158](https://github.com/browserbase/stagehand-python/pull/158) [`426df10`](https://github.com/browserbase/stagehand-python/commit/426df10) Thanks @miguelg719! - Fix parsing schema for extract with no arguments (full page extract) +[#166](https://github.com/browserbase/stagehand-python/pull/166) [`15fd40b`](https://github.com/browserbase/stagehand-python/commit/15fd40b) Thanks @filip-michalsky! - fix logging param name +[#159](https://github.com/browserbase/stagehand-python/pull/159) [`cd3dc7f`](https://github.com/browserbase/stagehand-python/commit/cd3dc7f) Thanks @tkattkat! - Add support for claude 4 sonnet in agent & remove all images but the last two from anthropic cua client + ## 0.4.1 ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index e2bd8981..8339d009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.4.1" +version = "0.4.2" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",] From 13f4cb69468ffb7724466ca3d9641bfdffb4f110 Mon Sep 17 00:00:00 2001 From: Miguel <36487034+miguelg719@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:17:16 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d584b2cf..012e6120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Stagehand Python Changelog -## 0.4.2 +## 0.5.0 + +### Minor Changes +[#167](https://github.com/browserbase/stagehand-python/pull/167) [`76669f0`](https://github.com/browserbase/stagehand-python/commit/76669f0) Thanks @miguelg719! - Enable access to iframes on api ### Patch Changes [#168](https://github.com/browserbase/stagehand-python/pull/168) [`a7d8c5e`](https://github.com/browserbase/stagehand-python/commit/a7d8c5e) Thanks @miguelg719! - Patch issue with passing a created session_id to init on api mode -[#167](https://github.com/browserbase/stagehand-python/pull/167) [`76669f0`](https://github.com/browserbase/stagehand-python/commit/76669f0) Thanks @miguelg719! - Enable access to iframes on api [#155](https://github.com/browserbase/stagehand-python/pull/155) [`8d55709`](https://github.com/browserbase/stagehand-python/commit/8d55709) Thanks @Zach10za! - Fix error in press_key act util function [#158](https://github.com/browserbase/stagehand-python/pull/158) [`426df10`](https://github.com/browserbase/stagehand-python/commit/426df10) Thanks @miguelg719! - Fix parsing schema for extract with no arguments (full page extract) [#166](https://github.com/browserbase/stagehand-python/pull/166) [`15fd40b`](https://github.com/browserbase/stagehand-python/commit/15fd40b) Thanks @filip-michalsky! - fix logging param name From f348efcb13d7c6188c429333f4432eecc409aeaa Mon Sep 17 00:00:00 2001 From: Miguel <36487034+miguelg719@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:22:18 -0700 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8339d009..f894f9f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.4.2" +version = "0.5.0" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]