Skip to content

Commit 8ca8a61

Browse files
Version packages and update changelogs
1 parent a7d8c5e commit 8ca8a61

7 files changed

+11
-26
lines changed

.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
[#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
9+
[#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)
10+
[#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
11+
[#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
12+
313
## 0.4.1
414

515
### 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)