-
-
Notifications
You must be signed in to change notification settings - Fork 195
Update botocore to 1.37.3 #1323
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
cool thanks! we'll review shortly |
Thanks. I am planning to create a few more PRs to get to at least 1.37.20. Might force push to address the commit signature requirement. |
98d8913
to
2ff71b5
Compare
praise: Nice initiative! This PR is required for projects that use |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1323 +/- ##
==========================================
+ Coverage 90.63% 90.96% +0.33%
==========================================
Files 67 68 +1
Lines 6597 6774 +177
==========================================
+ Hits 5979 6162 +183
+ Misses 618 612 -6
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:
|
botocore 1.37.25 please - this supports Anthropic prompt caching |
I merged and pushed a change. The |
thanks will take a look soon, under some high pressure at work (and home) this week |
The last commit are output protocol tests that I copied from botocore and adjusted to work with asyncio. |
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.
Thank you for preparing the PR. I agree that moving parse()
up to AioResponseParser
is a good idea. Would you mind putting that in a separate PR? That would simplify reviews.
@jakob-keller created pull #1328 |
@jakob-keller I merged master, resolved conflicts and adjusted my changes. |
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.
I reviewed everything except the unit tests. Could you look at my comments. Fell free to copy over anything from https://github.com/aio-libs/aiobotocore/pull/1348/files
Looks like there are some unverified commits in there. Can you rectify that? Otherwise, I would just try to squash everything. |
Adds new RCP V2 CBOR parser. Copies upstream protocol tests and adjust them to support asyncio.
Head branch was pushed to by a user without write access
4b6d774
to
3cb5682
Compare
… pulling in tests from upstream to cover more of the parsers file
@jakob-keller thanks for the thorough reviews. Admit, I didn't do a good job keeping track on what happened on master after I created this PR. Thanks for working with me to get this done. Still much to learn for me on how |
On the contrary: Thanks a lot for your contributions and persistence! I still remember the steep learning curve when I contributed my first version bump. It all looks easier than it actually is. |
Description of Change
Update the
botocore
to version 1.37.3.Includes changes to support for the smithy-rpc-v2-cbor protocol.
Assumptions
Replace this text with any assumptions made (if any)
Checklist for All Submissions
Checklist when updating botocore and/or aiohttp versions