Skip to content

Commit d7fc2b8

Browse files
authored
feat(parser): export Pydantic.errors through escape hatch (#1728)
1 parent 4cd4a88 commit d7fc2b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_lambda_powertools/utilities/parser/pydantic.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
# to use `from aws_lambda_powertools.utilities.parser.pydantic import <anything>`
77

88
from pydantic import * # noqa: F403,F401
9+
from pydantic.errors import * # noqa: F403,F401

0 commit comments

Comments
 (0)