-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Hi all. I'm very interested in trying this library, however I have a codebase that is already using Zod v4.
Any interest in adding Zod 4 compatibility?
I took a cursory look through the project and the surface area of this change should be pretty small. Happy to contribute a PR.
// package.json
{
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"
}
}From the library authors guide: https://zod.dev/library-authors
Metadata
Metadata
Assignees
Labels
No labels