terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
698 stars 73 forks source link

Bump to aiobotocore 2.8.0 + Fixing test by adding digest #322

Closed fritzpaz closed 7 months ago

fritzpaz commented 7 months ago

Adding @huonw's PR + Fixes to see if we can get the changes merged faster! @terrycain


https://github.com/aio-libs/aiobotocore/releases/tag/2.8.0

This in particular allows using botocore>=1.32.1, which comes with a massive decrease in installed size: 83MB -> 20MB (see https://github.com/boto/botocore/issues/2365#issuecomment-1813447304 and/or https://github.com/aio-libs/aiobotocore/issues/1056 for more details).


Thanks for aioboto3! ^2

fritzpaz commented 7 months ago

Closed so original PR opened by huonw goes through, as changes were merged there.