diff --git a/.release-please-manifest.json b/.release-please-manifest.json index acdf5706..00ba6719 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.2" + ".": "3.4.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 35782b25..620e6c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.3](https://github.com/browserbase/stagehand-python/compare/v3.4.2...v3.4.3) (2026-01-13) + + +### Chores + +* force-include SEA binaries in wheel ([301147c](https://github.com/browserbase/stagehand-python/commit/301147ce8f7fde3726e04efaaecfcdc5755b7683)) + ## 3.4.2 (2026-01-13) Full Changelog: [v3.4.1...v3.4.2](https://github.com/browserbase/stagehand-python/compare/v3.4.1...v3.4.2) diff --git a/pyproject.toml b/pyproject.toml index 4ce4583b..768c07ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stagehand" -version = "3.4.2" +version = "3.4.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 af1992ec..74516dbc 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__ = "3.4.2" # x-release-please-version +__version__ = "3.4.3" # x-release-please-version