You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your report. types-aiobotocore-s3 includes type annotations for both botocore and boto3. Probably I can separate botocore.BaseClient and boto3.Client annotations. I will check if this can be done this way.
Describe the bug
As per this answer, the S3
upload_file
operation is not part of aiobotocore, nor botocore. However it is included in the types_aiobotocore_s3 and documentation, so only fails at runtime rather than during static analysisTo Reproduce
Steps to reproduce the behavior:
types-aiobotocore
mypy
/pyright
on the following code sampleActual output
Expected output
Additional context
macos sequoia, types-aiobotocore v2.18.0, aiobotocore v2.18.0
The text was updated successfully, but these errors were encountered: