Skip to content
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

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Pin mashumaro to <3.15 #11046

merged 1 commit into from
Nov 25, 2024

Conversation

gshank
Copy link
Contributor

@gshank gshank commented Nov 25, 2024

Temporary pin of mashumaro, since 3.15 broke our code.

@gshank gshank added the Skip Changelog Skips GHA to check for changelog file label Nov 25, 2024
@gshank gshank requested a review from a team as a code owner November 25, 2024 15:24
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.11%. Comparing base (ad575ec) to head (fdb61f5).
Report is 5 commits behind head on main.

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     
Flag Coverage Δ
integration 86.42% <ø> (-0.15%) ⬇️
unit 62.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Unit Tests 62.17% <ø> (ø)
Integration Tests 86.42% <ø> (-0.15%) ⬇️

@gshank gshank merged commit 407f6ca into main Nov 25, 2024
66 of 67 checks passed
@gshank gshank deleted the pin_mashumaro branch November 25, 2024 15:49
github-actions bot pushed a commit that referenced this pull request Nov 25, 2024
(cherry picked from commit 407f6ca)
gshank added a commit that referenced this pull request Nov 25, 2024
gshank added a commit that referenced this pull request Nov 25, 2024
(cherry picked from commit 407f6ca)

Co-authored-by: Gerda Shank <[email protected]>
Copy link
Contributor

github-actions bot commented Dec 2, 2024

The backport to 1.7.latest failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is 1.7.latest and the compare/head branch is backport-11046-to-1.7.latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants