-
Notifications
You must be signed in to change notification settings - Fork 421
Bug: Pydantic deprecated methods are still used #5127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
I'm closing this issue. Please reopen if needed. |
|
Expected Behaviour
Deprecated APIs should not be used.
Current Behaviour
Code snippet
Possible Solution
Update aws_lambda_powertools internals to use
model_validate
rather thanparse_obj
if Pydantic v2 is in use.Steps to Reproduce
N/A
Powertools for AWS Lambda (Python) version
aws_lambda_powertools-2.43.1-py3-none-any.whl sha256:48116250c1771c7b8d4977ad2d475271074d86964107ccfd3fc6775e51984d88
AWS Lambda function runtime
3.12
Packaging format used
Lambda Layers
Debugging logs
No response
The text was updated successfully, but these errors were encountered: