-
Notifications
You must be signed in to change notification settings - Fork 417
Bug: ModuleNotFoundError: No module named 'pydantic' #4498
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
Looking at this now. |
it's a regression not caught by tests - we're making a fix and a patch release now |
2.39.0 release yanked, merged regression fix, and we're starting a patch release now. |
@Wurstnase 2.39.1 is now live in PyPi; we're testing locally with a new project to be sure too. Lambda Layers are starting now Edit: @leandrodamascena just tested in a new project and worked. Let us know otherwise please. Release pipeline as it's public: https://github.com/aws-powertools/powertools-lambda-python/actions/runs/9501863707 |
This is now released under 2.39.1 version! |
reopening to make sure we hear back from @Wurstnase |
Thanks! Everything is working again. |
|
Expected Behaviour
pydantic
shouldn't be mandatory for default usage, as in<=2.38.1
.Current Behaviour
A
ModuleNotFoundError
is 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
The text was updated successfully, but these errors were encountered: