keithrozario / Klayers

Python Packages as AWS Lambda Layers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Let's have pydantic in 3.9

kornicameister opened this issue · comments

Is your feature request related to a problem? Please describe.
One can use aws-lambda-powertools but certain elements in it require pydantic that has to be installed. Would be great to consistently create a function that requires both of those libraries.

Describe the solution you'd like
Add a layer for pydantic[email]

Additional context
N/A

Additional Packages:

  • pydantic[email]

I noticed that pydantic is set for 3.8 but not for 3.9, made appropriate changes based on that.