Skip to content

Commit 121105e

Browse files
committed
Merge branch 'main' into miguel/stg-173-on-session-interrupt-send-end
2 parents 93cf7ca + cbbabdc commit 121105e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+9907
-2054
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MODEL_API_KEY = "anthropic-or-openai-api-key"
22
BROWSERBASE_API_KEY = "browserbase-api-key"
33
BROWSERBASE_PROJECT_ID = "browserbase-project-id"
4-
STAGEHAND_SERVER_URL = "api_url"
4+
STAGEHAND_API_URL = "api_url"

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.8
33
commit = True
44
tag = True
55

CHANGELOG.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Stagehand Python SDK Changelog
2+
3+
## 0.3.4 (2025-04-05)
4+
- Fixed AgentExecuteResult schema
5+
6+
## 0.3.3 (2025-04-04)
7+
- Fixed logs
8+
9+
## 0.3.0
10+
- Initial public release

0 commit comments

Comments
 (0)