We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8502cda commit c1b8483Copy full SHA for c1b8483
examples/parser/src/multiple_model_parsing.py
@@ -1,7 +1,8 @@
1
-from typing import Annotated, Any, Literal, Union
+from typing import Any, Literal, Union
2
3
from pydantic import BaseModel, Field
4
5
+from aws_lambda_powertools.shared.types import Annotated
6
from aws_lambda_powertools.utilities.parser import event_parser
7
8
0 commit comments