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 have stopped exporting Pydantic objects directly from `aws_lambda_powertools.utilities.parser.pydantic`. This change prevents customers from accidentally importing all of Pydantic, which could significantly slow down function startup times.
98
+
99
+
```diff
100
+
- #BEFORE - v2
101
+
- from aws_lambda_powertools.utilities.parser.pydantic import EmailStr
0 commit comments