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

update botocore to latest version; update awscli, boto3 accordingly #1042

Closed andrii-i closed 1 year ago

andrii-i commented 1 year ago

Description of Change

Bump botocore to latest version; update awscli, boto3 accordingly.

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.

Fixes #1043.

Assumptions

This PR bumps botocore to latest version.

Generally it would be nice to relax version pinning to decrease the frequency of version conflicts and needing to bump versions manually. See issue #1028 and PR #1037 for more details on that.

Checklist for All Submissions

Checklist when updating botocore and/or aiohttp versions

jakob-keller commented 1 year ago

Please consider #1037 as an alternative to this PR.

andrii-i commented 1 year ago

This PR attempted to bump versions of botocore, awscli, boto3. How to Upgrade Botocore and Hashes of Botocore Code (important) are missing. Closing as I don't have a resource/don't plan to work on this now.