aio-libs / aiobotocore

asyncio support for botocore library using aiohttp
https://aiobotocore.aio-libs.org
Apache License 2.0
1.19k stars 183 forks source link

Bump botocore to latest version #1043

Closed andrii-i closed 1 year ago

andrii-i commented 1 year ago

Describe the bug

aiobotocore dependency on botocore 1.31.17 causes dependency conflict with packages that depend on newer version of botocore. For example, because of this latest versions of s3fs and boto3 conflict.

Additional context

Opened PR #1042 bumping to address this