From 8b0e9430cc542c30e90dcec1c52eea12eca9b092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Nov 2025 00:25:29 +0000 Subject: [PATCH] Version packages and update changelogs --- .changeset/fuzzy-uppish-capybara.md | 5 ----- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fuzzy-uppish-capybara.md diff --git a/.changeset/fuzzy-uppish-capybara.md b/.changeset/fuzzy-uppish-capybara.md deleted file mode 100644 index 256c81fd..00000000 --- a/.changeset/fuzzy-uppish-capybara.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Properly serialize os on browserbase session create params diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b49c8bb..92609867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stagehand Python Changelog +## 0.5.6 + +### Patch Changes + +[#232](https://github.com/browserbase/stagehand-python/pull/232) [`cea5af9`](https://github.com/browserbase/stagehand-python/commit/cea5af9) Thanks @miguelg719! - Properly serialize os on browserbase session create params + ## 0.5.5 ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index b53f002d..e4fc9dd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.5.5" +version = "0.5.6" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]