You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/parser.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ This utility provides data validation and parsing using [Zod](https://zod.dev){t
21
21
npm install @aws-lambda-powertools/parser zod@~3
22
22
```
23
23
24
-
This utility supports Zod v3.x and above.
24
+
!!! warning "Zod version"
25
+
The package is compatible with Zod v3 only.<br/>
26
+
We're considering Zod v4 support and we'd love to hear your feedback. Please [leave a comment here](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3951) to let us know your thoughts.
0 commit comments