Skip to content

Commit 046511f

Browse files
🚀 Release packages (#160)
* Version packages and update changelogs * Update CHANGELOG.md * Update pyproject.toml --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Miguel <[email protected]>
1 parent 76669f0 commit 046511f

8 files changed

+14
-31
lines changed

‎.changeset/ambrosial-anaconda-of-blizzard.md

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

‎.changeset/daffy-rapid-turaco.md

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

‎.changeset/masterful-amiable-leopard.md

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

‎.changeset/sceptical-mutant-shrew.md

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

‎.changeset/warping-colorful-shellfish.md

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

‎.changeset/woodoo-frog-of-growth.md

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

‎CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
[#167](https://github.com/browserbase/stagehand-python/pull/167) [`76669f0`](https://github.com/browserbase/stagehand-python/commit/76669f0) Thanks @miguelg719! - Enable access to iframes on api
7+
8+
### Patch Changes
9+
10+
[#168](https://github.com/browserbase/stagehand-python/pull/168) [`a7d8c5e`](https://github.com/browserbase/stagehand-python/commit/a7d8c5e) Thanks @miguelg719! - Patch issue with passing a created session_id to init on api mode
11+
[#155](https://github.com/browserbase/stagehand-python/pull/155) [`8d55709`](https://github.com/browserbase/stagehand-python/commit/8d55709) Thanks @Zach10za! - Fix error in press_key act util function
12+
[#158](https://github.com/browserbase/stagehand-python/pull/158) [`426df10`](https://github.com/browserbase/stagehand-python/commit/426df10) Thanks @miguelg719! - Fix parsing schema for extract with no arguments (full page extract)
13+
[#166](https://github.com/browserbase/stagehand-python/pull/166) [`15fd40b`](https://github.com/browserbase/stagehand-python/commit/15fd40b) Thanks @filip-michalsky! - fix logging param name
14+
[#159](https://github.com/browserbase/stagehand-python/pull/159) [`cd3dc7f`](https://github.com/browserbase/stagehand-python/commit/cd3dc7f) Thanks @tkattkat! - Add support for claude 4 sonnet in agent & remove all images but the last two from anthropic cua client
15+
316
## 0.4.1
417

518
### 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.4.1"
7+
version = "0.5.0"
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)