Skip to content

Commit ad95605

Browse files
Version packages and update changelogs (#202)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 82c6fed commit ad95605

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/inventive-tangible-hyena.md

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

.changeset/literate-dancing-tuatara.md

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

.changeset/outrageous-adept-hyena.md

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

CHANGELOG.md

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

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
[#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
8+
[#203](https://github.com/browserbase/stagehand-python/pull/203) [`82c6fed`](https://github.com/browserbase/stagehand-python/commit/82c6fed) Thanks @miguelg719! - Bump openai dependency version
9+
[#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
10+
311
## 0.5.2
412

513
### Patch 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.5.2"
7+
version = "0.5.3"
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)