We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd4a88 commit d7fc2b8Copy full SHA for d7fc2b8
aws_lambda_powertools/utilities/parser/pydantic.py
@@ -6,3 +6,4 @@
6
# to use `from aws_lambda_powertools.utilities.parser.pydantic import <anything>`
7
8
from pydantic import * # noqa: F403,F401
9
+from pydantic.errors import * # noqa: F403,F401
0 commit comments