Skip to content

Commit 04cd8da

Browse files
Version packages and update changelogs (#148)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f888d81 commit 04cd8da

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

.changeset/amusing-ivory-termite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/belligerent-gharial-of-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/practical-tunneling-malkoha.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wakeful-pogona-of-stamina.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Stagehand Python Changelog
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
[#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
8+
[#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
9+
[#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)
10+
[#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
11+
312
## 0.4.0
413

514
### Minor Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stagehand"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Python SDK for Stagehand"
99
readme = "README.md"
1010
classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]

0 commit comments

Comments
 (0)