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
We are working to release Powertools for AWS Lambda (Python) v3 and in this new version we will remove support for Pydantic v1, keeping Pydantic v2 as the only supported version. Our code and tests are full of ifs to ensure both versions work and we need to remove this.
We also need to bump the Pydantic version in pyproject.toml
Why is this needed?
We are working to release Powertools for AWS Lambda (Python) v3 and in this new version we will remove support for Pydantic v1, keeping Pydantic v2 as the only supported version. Our code and tests are full of
ifs
to ensure both versions work and we need to remove this.We also need to bump the Pydantic version in
pyproject.toml
Which area does this relate to?
Other
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: