Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 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 - At any time (no schedule defined), 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 23, 2024
@sonarqubecloud
Copy link

@renovate renovate bot merged commit 9355d0b into main Nov 23, 2024
@renovate renovate bot deleted the renovate/mashumaro-3.x-lockfile branch November 23, 2024 21:53
@github-actions github-actions bot locked and limited conversation to collaborators Nov 25, 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.

0 participants