diff --git a/.changeset/inventive-tangible-hyena.md b/.changeset/inventive-tangible-hyena.md deleted file mode 100644 index cec9d424..00000000 --- a/.changeset/inventive-tangible-hyena.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -remove duplicate project id if already passed to Stagehand diff --git a/.changeset/literate-dancing-tuatara.md b/.changeset/literate-dancing-tuatara.md deleted file mode 100644 index 97bf4ed0..00000000 --- a/.changeset/literate-dancing-tuatara.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Bump openai dependency version diff --git a/.changeset/outrageous-adept-hyena.md b/.changeset/outrageous-adept-hyena.md deleted file mode 100644 index 0f23d6a8..00000000 --- a/.changeset/outrageous-adept-hyena.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Fix draw_overlay on env:LOCAL diff --git a/CHANGELOG.md b/CHANGELOG.md index a6263fbe..c130c477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Stagehand Python Changelog +## 0.5.3 + +### Patch Changes + +[#196](https://github.com/browserbase/stagehand-python/pull/196) [`93f5c97`](https://github.com/browserbase/stagehand-python/commit/93f5c97) Thanks @chrisreadsf, @miguelg719 and Derek Meegan! - remove duplicate project id if already passed to Stagehand +[#203](https://github.com/browserbase/stagehand-python/pull/203) [`82c6fed`](https://github.com/browserbase/stagehand-python/commit/82c6fed) Thanks @miguelg719! - Bump openai dependency version +[#198](https://github.com/browserbase/stagehand-python/pull/198) [`057b38b`](https://github.com/browserbase/stagehand-python/commit/057b38b) Thanks @Zach10za! - Fix draw_overlay on env:LOCAL + ## 0.5.2 ### Patch Changes diff --git a/pyproject.toml b/pyproject.toml index ffe5a751..03d46e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.5.2" +version = "0.5.3" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]