Skip to content

Commit bf2d0e7

Browse files
authored
Fix zod peer dependency support (#1032)
# why # what changed # test plan
1 parent 3c39a05 commit bf2d0e7

File tree

3 files changed

+35
-15
lines changed

3 files changed

+35
-15
lines changed

.changeset/many-rats-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
Fix for zod peer dependency support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"peerDependencies": {
7272
"deepmerge": "^4.3.1",
7373
"dotenv": "^16.4.5",
74-
"zod": ">=3.25.0 <4.1.0"
74+
"zod": ">=3.25.0 <3.25.68"
7575
},
7676
"dependencies": {
7777
"@anthropic-ai/sdk": "0.39.0",

pnpm-lock.yaml

Lines changed: 29 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)