From 8e716faccb3b3cb5a9622a4f524813f9a17b6f2d Mon Sep 17 00:00:00 2001 From: monadoid Date: Tue, 6 Jan 2026 20:08:47 -0700 Subject: [PATCH 1/2] fix: use macos-15-intel runner for darwin-x64 builds --- .github/workflows/publish-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 7001031..c569b1f 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -28,7 +28,7 @@ jobs: binary_name: stagehand-server-darwin-arm64 output_path: src/stagehand/_sea/stagehand-darwin-arm64 wheel_platform_tag: macosx_11_0_arm64 - - os: macos-15 + - os: macos-15-intel binary_name: stagehand-server-darwin-x64 output_path: src/stagehand/_sea/stagehand-darwin-x64 wheel_platform_tag: macosx_10_9_x86_64 From 3cf769634263692c122349bd838e773875ede9e3 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 03:14:34 +0000 Subject: [PATCH 2/2] release: 0.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/stagehand/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d66ca57..ccdf8aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e62bb..aebc39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.2.3 (2026-01-07) + +Full Changelog: [v0.2.2...v0.2.3](https://github.com/browserbase/stagehand-python/compare/v0.2.2...v0.2.3) + +### Bug Fixes + +* use macos-15-intel runner for darwin-x64 builds ([8e716fa](https://github.com/browserbase/stagehand-python/commit/8e716faccb3b3cb5a9622a4f524813f9a17b6f2d)) + ## 0.2.2 (2026-01-07) Full Changelog: [v0.2.1...v0.2.2](https://github.com/browserbase/stagehand-python/compare/v0.2.1...v0.2.2) diff --git a/pyproject.toml b/pyproject.toml index a37b500..787e29a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stagehand-alpha" -version = "0.2.2" +version = "0.2.3" description = "The official Python library for the stagehand API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/stagehand/_version.py b/src/stagehand/_version.py index bdba5bc..a6cd167 100644 --- a/src/stagehand/_version.py +++ b/src/stagehand/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "stagehand" -__version__ = "0.2.2" # x-release-please-version +__version__ = "0.2.3" # x-release-please-version