-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support up-to-date botocore
#1048
Conversation
I intend to monitor |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1048 +/- ##
=======================================
Coverage 86.39% 86.39%
=======================================
Files 60 60
Lines 5807 5807
=======================================
Hits 5017 5017
Misses 790 790
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ok let me know when you want to merge |
want to convert to draft meanwhile? |
2e71d06
to
3bd64f7
Compare
I suggest we merge now and extend support to include
|
Description of Change
This PR intends to improve general compatibility of
aiobotocore
within the Python ecosystem by relaxing the dependency specification ofbotocore
, as well asboto3
andawscli
.Assumptions
Upstream diff does not contain any changes that require adjustments to the
aiobotocore
codebase. This allows for the proposed widening of thebotocore
dependency specification.Checklist for All Submissions
Checklist when updating botocore and/or aiohttp versions