types-aiobotocore[s3]
requires boto3
#337
Labels
🐞 bug
Something isn't working
🎉 released
Changes were included to the latest release
👋 response needed
Awaiting response from a reporter
Describe the bug
Generated
types_aiobotocore_s3/client.py
on line 27 looks like:which obviously leads to ImportError as far as boto3 is not required for either aiobotocore or types-aiobotocore packages.
(seems to be it's accidental import as far as none of boto3 should be used here 🤔)
To Reproduce
Steps to reproduce the behavior:
Actual output
Additional context
Your OS,
types-boto3
installation method,boto3
version, etc.Os: 6.1.112-1-MANJARO / Ubuntu 22/23/24 / Amazon Linux 2
Installation method: pip / uv
Pip freeze:
The text was updated successfully, but these errors were encountered: