Skip to content

Commit b7edefd

Browse files
committed
chore(deps): relax zod peer dependency to support v3.25.0+
Since we no longer use z.fromJSONSchema(), we can support Zod v3.25.0+ instead of requiring v4.3.0+. This matches the main branch and allows users with older Zod versions to use this package.
1 parent 99de7af commit b7edefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ catalogs:
3737
'@anthropic-ai/sdk': ^0.52.0
3838
ai: '>=5.0.108 <7.0.0'
3939
openai: ^6.2.0
40-
zod: '>=4.3.0 <5'
40+
zod: '>=3.25.0 <5'
4141
prod:
4242
'@modelcontextprotocol/sdk': ^1.24.3
4343
'@orama/orama': ^3.1.11

0 commit comments

Comments
 (0)