-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Update update_query calls to work with latest yarl #7260
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
@@ Coverage Diff @@
## master #7260 +/- ##
=======================================
Coverage 97.31% 97.31%
=======================================
Files 107 107
Lines 31484 31485 +1
Branches 3937 3937
=======================================
+ Hits 30639 30640 +1
Misses 641 641
Partials 204 204
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This patch pass "{}" when params is "None" to the url.update_query to
avoid setting the url params to None.
Related to this change in yarl:
aio-libs/yarl@dd86b34
Fix aio-libs#7259
Backport to 3.9: 💚 backport PR created✅ Backport PR branch: Backported as #7271 🤖 @patchback |
This patch pass "{}" when params is "None" to the url.update_query to
avoid setting the url params to None.
Related to this change in yarl:
aio-libs/yarl@dd86b34
Fix #7259
---------
Co-authored-by: Sam Bull <[email protected]>
(cherry picked from commit 2be9318)
…ith latest yarl (#7271) **This is a backport of PR #7260 as merged into master (2be9318).** This patch pass "{}" when params is "None" to the url.update_query to avoid setting the url params to None. Related to this change in yarl: aio-libs/yarl@dd86b34 Fix #7259 Co-authored-by: danigm <[email protected]>
This patch pass "{}" when params is "None" to the url.update_query to avoid setting the url params to None.
Related to this change in yarl:
aio-libs/yarl@dd86b34
Fix #7259