Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mashumaro 3.14 -> 3.15 age adoption passing confidence

Release Notes

Fatal1ty/mashumaro (mashumaro)

v3.15

Compare Source

Changes

  • Improved Union and basic types deserialization (#​256), highlighted changes:
    • Expected int | float or float | int value can now be passed through without coercion and losing precision
    • Expected str value will be guaranteed to be a string version of the input value (#​42)
    • Expected bool value will be guaranteed to be a boolean using standard truth testing procedure for the input value
    • Expected NoneType will be guaranteed to be None regardless of the input value
  • Introduced JSON Schema plugin system (#​265), see updated documentation
    • Added built-in DocstringDescriptionPlugin to use a docstring as a description (#​222)
  • Added support for recursive Union types (#​206)
  • Configured MANIFEST.in to include tests folder in the sdist (#​262)
  • Dropped support for Python 3.8 (#​258)

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels Nov 25, 2024
@renovate renovate bot force-pushed the renovate/mashumaro-3.x-lockfile branch 3 times, most recently from 58d03d6 to 3bf38c2 Compare November 28, 2024 04:55
@renovate renovate bot force-pushed the renovate/mashumaro-3.x-lockfile branch 2 times, most recently from 91a01cb to a51fac0 Compare November 28, 2024 10:47
@renovate renovate bot force-pushed the renovate/mashumaro-3.x-lockfile branch from a51fac0 to 9ef8bdb Compare November 28, 2024 10:49
@renovate
Copy link
Contributor Author

renovate bot commented Nov 28, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sonarqubecloud
Copy link

@joostlek joostlek merged commit a94b9c0 into main Nov 28, 2024
12 checks passed
@joostlek joostlek deleted the renovate/mashumaro-3.x-lockfile branch November 28, 2024 10:51
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8e64a4c) to head (abefab3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #413   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          677       677           
  Branches        29        29           
=========================================
  Hits           677       677           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants