Skip to content

Commit e60dcab

Browse files
Merge branch 'develop' into feat/add-support-openapi-micro-lambda
2 parents da8b517 + 4602ffc commit e60dcab

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

aws_lambda_powertools/utilities/batch/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def batch_processor(
158158

159159

160160
def process_partial_response(
161-
event: dict,
161+
event: dict[str, Any],
162162
record_handler: Callable,
163163
processor: BasePartialBatchProcessor,
164164
context: LambdaContext | None = None,
@@ -227,7 +227,7 @@ def handler(event, context):
227227

228228

229229
def async_process_partial_response(
230-
event: dict,
230+
event: dict[str, Any],
231231
record_handler: Callable,
232232
processor: AsyncBatchProcessor,
233233
context: LambdaContext | None = None,

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ typing-extensions==4.14.0 \
419419
--hash=sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4 \
420420
--hash=sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af
421421
# via beautifulsoup4
422-
urllib3==2.6.0 \
423-
--hash=sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f \
424-
--hash=sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1
422+
urllib3==2.6.3 \
423+
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
424+
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
425425
# via requests
426426
watchdog==6.0.0 \
427427
--hash=sha256:07df1fdd701c5d4c8e55ef6cf55b8f0120fe1aef7ef39a1c6fc6bc2e606d517a \

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)