LastEvaluatedKey in QueryOutputTableTypeDef not treated as Optional contrary to boto3 documentation #324
Labels
🐞 bug
Something isn't working
🎉 released
Changes were included to the latest release
👋 response needed
Awaiting response from a reporter
Describe the bug
LastEvaluatedKey in QueryOutputTableTypeDef is not treated as Optional by boto3-stubs despite it only being present if a DynamoDB query requires pagination. The documentation for boto3 implies that it is optional here.
Happy to submit a PR, but not 100% sure how the type builder works yet.
To Reproduce
Steps to reproduce the behavior:
boto3-stubs[...]
mypy
on the following code sampleActual output
Expected output
Additional context
Ubuntu 20.04, installed with
poetry add boto3-stubs
,boto3
version 1.34.146.The text was updated successfully, but these errors were encountered: