Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c11d25c

Browse files
authoredOct 24, 2024··
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

Lines changed: 1 addition & 1 deletion
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

‎poetry.lock

Lines changed: 472 additions & 435 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ typing-extensions = "^4.11.0"
4747
# Optional libraries installed with extras
4848
aws-xray-sdk = { version = "^2.8.0", optional = true }
4949
fastjsonschema = { version = "^2.14.5", optional = true }
50-
pydantic = { version = "^2.0.3", optional = true }
50+
pydantic = { version = "^2.4.0", optional = true }
5151
boto3 = { version = "^1.34.32", optional = true }
5252
redis = { version = ">=4.4,<6.0", optional = true }
5353
datadog-lambda = { version = ">=4.77,<7.0", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.