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

chore(deps): update dependency mashumaro to v3.15 - autoclosed #1139

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
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.

Copy link
Contributor Author

renovate bot commented Nov 23, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/mashumaro-3.x branch 6 times, most recently from 46108ae to dfc24b5 Compare November 30, 2024 01:30
@renovate renovate bot force-pushed the renovate/mashumaro-3.x branch from dfc24b5 to 341acce Compare November 30, 2024 04:53
@renovate renovate bot changed the title chore(deps): update dependency mashumaro to v3.15 chore(deps): update dependency mashumaro to v3.15 - autoclosed Nov 30, 2024
@renovate renovate bot deleted the renovate/mashumaro-3.x branch November 30, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant