Expected Behaviour
pydantic shouldn't be mandatory for default usage, as in <=2.38.1.
Current Behaviour
A ModuleNotFoundError is raised.
Code snippet
from aws_lambda_powertools.event_handler import Response
Possible Solution
No response
Steps to Reproduce
pip install aws-lambda-powertools
cat << EOF >> foo.py
from aws_lambda_powertools.event_handler import Response
EOF
python foo.py
Powertools for AWS Lambda (Python) version
2.39.0
AWS Lambda function runtime
3.12
Packaging format used
PyPi
Debugging logs
No response
Expected Behaviour
pydanticshouldn't be mandatory for default usage, as in<=2.38.1.Current Behaviour
A
ModuleNotFoundErroris raised.Code snippet
Possible Solution
No response
Steps to Reproduce
Powertools for AWS Lambda (Python) version
2.39.0
AWS Lambda function runtime
3.12
Packaging format used
PyPi
Debugging logs
No response