aio-libs / aiobotocore

asyncio support for botocore library using aiohttp
https://aiobotocore.rtfd.io
Apache License 2.0
1.14k stars 179 forks source link

Support up-to-date `botocore` #1100

Closed jakob-keller closed 4 months ago

jakob-keller commented 5 months ago

Description of Change

This PR intends to improve general compatibility of aiobotocore within the Python ecosystem by bumping the dependency specification of botocore, as well as boto3 and awscli. This PR also implicitly adds support for urllib3 2.2.1+ in Python 3.10+.

Assumptions

Upstream diff does not contain any changes that require adjustments to the aiobotocore codebase. This allows for the proposed widening of the botocore dependency specification.

Checklist for All Submissions

Checklist when updating botocore and/or aiohttp versions

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.29%. Comparing base (a904bd1) to head (b28d0c0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1100 +/- ## ========================================== - Coverage 86.34% 86.29% -0.06% ========================================== Files 62 62 Lines 5910 5910 ========================================== - Hits 5103 5100 -3 - Misses 807 810 +3 ``` | [Flag](https://app.codecov.io/gh/aio-libs/aiobotocore/pull/1100/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/aio-libs/aiobotocore/pull/1100/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | `86.29% <100.00%> (-0.06%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.