-
-
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
Bump yarl requirement to >=1.11.0 #9079
Conversation
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 #9079 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 107 107
Lines 34412 34412
Branches 4080 4080
=======================================
Hits 33828 33828
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.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 7404afc on top of patchback/backports/3.11/7404afcf9f6303eb288d3254b5fdd89a656c5ded/pr-9079 Backporting merged PR #9079 into master
🤖 @patchback |
(cherry picked from commit 7404afc)
#9079 increased the yarl minimum version so we can remove these shims
This will allow us to remove some conditional logic to support old yarl versions. #9068 (comment)
Should not backport to 3.10, master/3.11 only