-
-
Notifications
You must be signed in to change notification settings - Fork 203
Bump botocore
dependency specification
#1391
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1391 +/- ##
==========================================
+ Coverage 91.18% 91.20% +0.02%
==========================================
Files 73 73
Lines 7645 7665 +20
==========================================
+ Hits 6971 6991 +20
Misses 674 674
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
05b60c9
to
0d73660
Compare
64a8453
to
58332b9
Compare
bb56c50
to
ae4ad33
Compare
ae4ad33
to
77f9010
Compare
86b7ea4
to
ed87539
Compare
ed87539
to
7b3410e
Compare
Would it be possible to increase dependency range across all 1.40.X. It is already at 1.40.21. It is quite limiting using latest boto3 dependencies and this bumps it to only maximum 1.40.18. |
Sadly, no. See #1287 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for delay, was out with strep
All the best and take care! |
thanks, will shield you from TMI, but man was/is terrible, luckily on meds now |
Description of Change
This PR intends to improve general compatibility of
aiobotocore
within the Python ecosystem by bumping the dependency specification ofbotocore
, as well asboto3
andawscli
.Assumptions
Upstream contains several changes that require adjustments to the aiobotocore codebase.
Checklist for All Submissions
Checklist when updating botocore and/or aiohttp versions