Skip to content

Commit 09bf180

Browse files
Version packages and update changelogs
1 parent 61ed2e0 commit 09bf180

9 files changed

+14
-49
lines changed

.changeset/dog-of-interesting-energy.md

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

.changeset/dragon-of-fabulous-persistence.md

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

.changeset/feathered-singing-duck.md

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

.changeset/gorilla-of-strongest-novelty.md

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

.changeset/silkworm-of-regular-downpour.md

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

.changeset/towering-organic-grouse.md

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

.changeset/vegan-intrepid-mustang.md

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

CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
[#179](https://github.com/browserbase/stagehand-python/pull/179) [`51ca053`](https://github.com/browserbase/stagehand-python/commit/51ca053) Thanks @miguelg719! - Fix max_steps parsing for agent execute options
8+
[#176](https://github.com/browserbase/stagehand-python/pull/176) [`d95974a`](https://github.com/browserbase/stagehand-python/commit/d95974a) Thanks @miguelg719! - Fix stagehand.metrics on env:BROWSERBASE
9+
[#88](https://github.com/browserbase/stagehand-python/pull/88) [`021c946`](https://github.com/browserbase/stagehand-python/commit/021c946) Thanks @filip-michalsky! - added regression tests
10+
[#161](https://github.com/browserbase/stagehand-python/pull/161) [`f68e86c`](https://github.com/browserbase/stagehand-python/commit/f68e86c) Thanks @arunpatro, @miguelg719 and Filip Michalsky! - Multi-tab support
11+
[#181](https://github.com/browserbase/stagehand-python/pull/181) [`1bef512`](https://github.com/browserbase/stagehand-python/commit/1bef512) Thanks @miguelg719! - Fix openai-litellm dependency bug
12+
[#177](https://github.com/browserbase/stagehand-python/pull/177) [`36ba981`](https://github.com/browserbase/stagehand-python/commit/36ba981) Thanks @miguelg719! - Fix temperature setting for GPT-5 family of models
13+
[#174](https://github.com/browserbase/stagehand-python/pull/174) [`2e3eb1a`](https://github.com/browserbase/stagehand-python/commit/2e3eb1a) Thanks @miguelg719! - Added frame_id_map to support multi-tab handling on API
14+
315
## 0.5.0
416

517
### Minor Changes

pyproject.toml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stagehand"
7-
version = "0.5.0"
7+
version = "0.5.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",]
1111
requires-python = ">=3.9"
12-
dependencies = [
13-
"httpx>=0.24.0",
14-
"python-dotenv>=1.0.0",
15-
"pydantic>=1.10.0",
16-
"playwright>=1.42.1",
17-
"requests>=2.31.0",
18-
"browserbase>=1.4.0",
19-
"rich>=13.7.0",
20-
"openai>=1.83.0,<1.99.6",
21-
"anthropic>=0.51.0",
22-
"litellm>=1.72.0",
23-
"nest-asyncio>=1.6.0",
24-
]
12+
dependencies = [ "httpx>=0.24.0", "python-dotenv>=1.0.0", "pydantic>=1.10.0", "playwright>=1.42.1", "requests>=2.31.0", "browserbase>=1.4.0", "rich>=13.7.0", "openai>=1.83.0,<1.99.6", "anthropic>=0.51.0", "litellm>=1.72.0", "nest-asyncio>=1.6.0",]
2513
[[project.authors]]
2614
name = "Browserbase, Inc."
2715

0 commit comments

Comments
 (0)