Skip to content

Commit 4ee3a6c

Browse files
chore(ci): bump pydantic library to 2.0+ and boto3 to 1.34.32 (#4235)
* Adding banner for v3 * Bump boto3 and pydantic version * Bump boto3 and pydantic version * Making mypy happy
1 parent 039f796 commit 4ee3a6c

File tree

3 files changed

+454
-353
lines changed

3 files changed

+454
-353
lines changed

Diff for: aws_lambda_powertools/event_handler/api_gateway.py

+2
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ def _openapi_operation_parameters(
703703
from aws_lambda_powertools.event_handler.openapi.params import Param
704704

705705
parameters = []
706+
parameter: Dict[str, Any] = {}
707+
706708
for param in all_route_params:
707709
field_info = param.field_info
708710
field_info = cast(Param, field_info)

0 commit comments

Comments
 (0)