-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Use URL.extend_query to add params in ClientRequest
#9068
Conversation
ClientRequest
ClientRequest
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'd be tempted to just move this to 3.11 and increase the minimum yarl version (or do this in 3.10 and remove the old path in 3.11), as these kind of checks tend to be forgotten about for years after they're useful. We can do the same for using the Query type.
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #9068 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 107 107
Lines 34390 34397 +7
Branches 4075 4081 +6
=======================================
+ Hits 33806 33813 +7
Misses 412 412
Partials 172 172
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.10: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 841d00e on top of patchback/backports/3.10/841d00eb3c5393fc6eccbfcd09114b14c74772d4/pr-9068 Backporting merged PR #9068 into master
🤖 @patchback |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 841d00e on top of patchback/backports/3.11/841d00eb3c5393fc6eccbfcd09114b14c74772d4/pr-9068 Backporting merged PR #9068 into master
🤖 @patchback |
(cherry picked from commit 841d00e)
(cherry picked from commit 841d00e)
What do these changes do?
Use
URL.extend_query
to addparams
inClientRequest
Are there changes in behavior for the user?
no
Is it a substantial burden for the maintainers to support this?
no