Skip to content

Commit 4e5c4f6

Browse files
dreamorosiam29d
andauthored
docs: clarify zod version support (#3961)
Co-authored-by: Alexander Schueren <[email protected]>
1 parent 7cfcd85 commit 4e5c4f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/features/parser.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ This utility provides data validation and parsing using [Zod](https://zod.dev){t
2121
npm install @aws-lambda-powertools/parser zod@~3
2222
```
2323

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.
2527

2628
## Define schema
2729

0 commit comments

Comments
 (0)