diff --git a/.changeset/amusing-ivory-termite.md b/.changeset/amusing-ivory-termite.md deleted file mode 100644 index e8eba8df..00000000 --- a/.changeset/amusing-ivory-termite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Add support for handling OS-level dropdowns diff --git a/.changeset/belligerent-gharial-of-attack.md b/.changeset/belligerent-gharial-of-attack.md deleted file mode 100644 index f7393d44..00000000 --- a/.changeset/belligerent-gharial-of-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -Pass sdk version number to API for debugging diff --git a/.changeset/practical-tunneling-malkoha.md b/.changeset/practical-tunneling-malkoha.md deleted file mode 100644 index 3fb2820c..00000000 --- a/.changeset/practical-tunneling-malkoha.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -relaxed rich to 13.7.0 diff --git a/.changeset/wakeful-pogona-of-stamina.md b/.changeset/wakeful-pogona-of-stamina.md deleted file mode 100644 index a5eef99d..00000000 --- a/.changeset/wakeful-pogona-of-stamina.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stagehand": patch ---- - -simple event loop timeout for strict event loops for async playwright (which has blocking start) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c496d5..95bdac34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Stagehand Python Changelog +## 0.4.1 + +### Patch Changes + +[#146](https://github.com/browserbase/stagehand-python/pull/146) [`d0983da`](https://github.com/browserbase/stagehand-python/commit/d0983da) Thanks @miguelg719 and @the-roaring! - Pass sdk version number to API for debugging +[#145](https://github.com/browserbase/stagehand-python/pull/145) [`0732268`](https://github.com/browserbase/stagehand-python/commit/0732268) Thanks @filip-michalsky! - relaxed rich to 13.7.0 +[#152](https://github.com/browserbase/stagehand-python/pull/152) [`f888d81`](https://github.com/browserbase/stagehand-python/commit/f888d81) Thanks @filip-michalsky! - simple event loop timeout for strict event loops for async playwright (which has blocking start) +[#140](https://github.com/browserbase/stagehand-python/pull/140) [`5e70c8d`](https://github.com/browserbase/stagehand-python/commit/5e70c8d) Thanks @Zach10za! - Add support for handling OS-level dropdowns + ## 0.4.0 ### Minor Changes diff --git a/pyproject.toml b/pyproject.toml index fe7b7f12..e2bd8981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stagehand" -version = "0.4.0" +version = "0.4.1" description = "Python SDK for Stagehand" readme = "README.md" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]