-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Pin mashumaro to <3.15 #11046
Pin mashumaro to <3.15 #11046
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11046 +/- ##
==========================================
- Coverage 89.17% 89.11% -0.07%
==========================================
Files 183 183
Lines 23765 23765
==========================================
- Hits 21192 21177 -15
- Misses 2573 2588 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
|
(cherry picked from commit 407f6ca)
(cherry picked from commit 407f6ca) Co-authored-by: Gerda Shank <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.7.latest 1.7.latest
# Navigate to the new working tree
cd .worktrees/backport-1.7.latest
# Create a new branch
git switch --create backport-11046-to-1.7.latest
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 407f6caa1c70a8ba3d8fdbddb5edb4c7afed35bc
# Push it to GitHub
git push --set-upstream origin backport-11046-to-1.7.latest
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.7.latest Then, create a pull request where the |
Temporary pin of mashumaro, since 3.15 broke our code.