aiobotocore
aiobotocore copied to clipboard
Bump boto* versions
Description of Change
Bumped the boto versions because I would love to use the bearer authentication: https://github.com/boto/botocore/commit/e5e848a3c9c2c94e36c62d930b0dc42b93c29d43
Assumptions
Everything is still compatible
Checklist for All Submissions
- [x] I have added change info to CHANGES.rst
- [ ] If this is resolving an issue (needed so future developers can determine if change is still necessary and under what conditions) (can be provided via link to issue with these details):
- [ ] Detailed description of issue
- [ ] Alternative methods considered (if any)
- [ ] How issue is being resolved
- [ ] How issue can be reproduced
- [ ] If this is providing a new feature (can be provided via link to issue with these details):
- [ ] Detailed description of new feature
- [ ] Why needed
- [ ] Alternatives methods considered (if any)
Checklist when updating botocore and/or aiohttp versions
- [x] I have read and followed CONTRIBUTING.rst
- [x] I have updated test_patches.py where/if appropriate (also check if no changes necessary)
- [x] I have ensured that the awscli/boto3 versions match the updated botocore version
@thehesiod Sorry for bothering you, would it be possible to get this in?
yes going to try to get some PRs merged today
@thehesiod do you have some spare cycles to look into this? It looks like some response has changed, but I'm struggling to find where to fix this in the code.
my apologies for delays, always crazy with kids, both our kids had bdays recently along with big work push
@thehesiod No worries, I know all about it :) Congratulations on the birthdays!
working on it now! :)
btw tip for next time, you need to do a directory diff across the two versions and apply any changes to methods we've overridden. I'm having to do it myself again
here some work: https://github.com/aio-libs/aiobotocore/pull/974 unfortunately it seems like they've added a new async path for refreshing tokens that we'll need to override :(. If you'd like to help mind researching that part?
I don't have sufficient knowledge of boto to fix this.
ok will continue asap
Are there any plans for the near future to bump boto versions? Since version 2.123.0 (3 weeks ago), new sagemaker SDK releases are no longer compatible with this library because the introduction of sagemaker epxeriment functionality required boto3 >=1.26.28.