Skip to content

Commit e5e8f6f

Browse files
Version packages and update changelogs
1 parent 76669f0 commit e5e8f6f

8 files changed

+12
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Stagehand Python Changelog
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
[#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
8+
[#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
9+
[#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
10+
[#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)
11+
[#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
12+
[#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
13+
314
## 0.4.1
415

516
### 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.4.2"
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)