Skip to content

Commit c11d25c

Browse files
chore(ci): bump minimum required pydantic version (#5446)
* Bumping pydantic version * Bumping pydantic version
1 parent 0f545c6 commit c11d25c

File tree

3 files changed

+474
-437
lines changed

3 files changed

+474
-437
lines changed

docs/utilities/parser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This utility provides data parsing and deep validation using [Pydantic](https://
1919

2020
!!! info "This is not necessary if you're installing Powertools for AWS Lambda (Python) via [Lambda Layer/SAR](../index.md#lambda-layer){target="_blank"}"
2121

22-
You need to bring Pydantic v2.0.3 or later as an external dependency.
22+
You need to bring Pydantic v2.4.0 or later as an external dependency.
2323

2424
Add `aws-lambda-powertools[parser]` as a dependency in your preferred tool: _e.g._, _requirements.txt_, _pyproject.toml_.
2525

0 commit comments

Comments
 (0)