fix(deps): update dependency mashumaro to >=3,<=3.22 - #325
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
=======================================
Coverage 95.97% 95.97%
=======================================
Files 8 8
Lines 546 546
=======================================
Hits 524 524
Misses 22 22 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
August 23, 2023 00:59
90f790e to
a7d4aab
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
September 12, 2023 10:24
a7d4aab to
9f84f2c
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
November 23, 2023 22:01
9f84f2c to
3d712eb
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
January 28, 2024 14:08
3d712eb to
6eb5664
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
April 30, 2024 13:01
6eb5664 to
fb8b4be
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
June 15, 2024 15:10
fb8b4be to
7a4c888
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
October 23, 2024 23:13
7a4c888 to
71e32f5
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
November 23, 2024 19:51
71e32f5 to
4d7edf4
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
May 20, 2025 22:39
4d7edf4 to
b4e20d8
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
October 4, 2025 00:40
b4e20d8 to
e72c963
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
November 18, 2025 14:58
e72c963 to
3f6e318
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
January 30, 2026 21:09
3f6e318 to
2a9262c
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
February 3, 2026 22:40
2a9262c to
391cf15
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
February 10, 2026 00:26
391cf15 to
01b8d28
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
May 7, 2026 21:45
01b8d28 to
072a2c5
Compare
This comment has been minimized.
This comment has been minimized.
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
May 26, 2026 22:01
072a2c5 to
85f492a
Compare
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=3,<=3.8.1→>=3,<=3.22Release Notes
Fatal1ty/mashumaro (mashumaro)
v3.22Compare Source
Changes
Annotated[..., JSONSchema(...)]in JSON Schema generation (#326)contentEncoding,contentMediaType,contentSchematoJSONSchema(#326)v3.21Compare Source
Changes
lazy_compilationconfig value in generic dataclasses with inheritance (#319)v3.20Compare Source
Changes
typekeyword (#305)v3.19Compare Source
Changes
v3.18Compare Source
Changes
typekeyword in JSON Schema (#301)no_copy_collectionsin unions (#302)v3.17Compare Source
Changes
T(#290)NotRequiredwhen usingfrom __future__ import annotations(#292)field_optionsfunction (#286)v3.16Compare Source
Changes
typing.ReadOnlyandtyping_extensions.ReadOnlyfrom PEP 705 (#272)AttributeErrorwhen using genericSerializableTypesubclass (#275)v3.15Compare Source
Changes
Unionand basic types deserialization (#256), highlighted changes:int | floatorfloat | intvalue can now be passed through without coercion and losing precisionstrvalue will be guaranteed to be a string version of the input value (#42)boolvalue will be guaranteed to be a boolean using standard truth testing procedure for the input valueNoneTypewill be guaranteed to beNoneregardless of the input valueDocstringDescriptionPluginto use a docstring as a description (#222)Uniontypes (#206)v3.14Compare Source
Changes
re.Patternandtyping.Pattern(#105)DeprecationWarningintroduced in Python 3.13 (#249)v3.13.1Compare Source
Changes
to_jsonmethod inDataClassORJSONMixin(#223)TypeVardefault changes in Python 3.13.0 and typing-extensions>=4.12 (#227)v3.13Compare Source
Changes
MappingProxyType(#218)forbid_extra_keysconfig option to reject extra keys on deserialization (#197, #198)Alias(...)annotation (#214), see updated documentationomit_defaultdidn't work forEnumwith basic types mixed in (#204)RecursionErrorwhen annotatedSerializationStrategywas used as a field serialization strategy (#219)v3.12Compare Source
Changes
variant_tagger_fn(#184)ForwardRefin JSON Schema generation (#187)IntFlagwhenomit_defaultis enabled (#188)serialization_strategyconfig optionv3.11Compare Source
Changes
allow_deserialization_not_by_aliasconfig option to allow deserialization by both alias and field name, see documentation (#175)UnserializableDataErrorfor generic serializable types and generic serialization strategies with postponed evaluation of annotations (#177)ValueErrorwas not thrown if invalid value type was passed tofrom_*methodserialize_by_aliasdialect optionnamedtuple_as_dictdialect optionv3.10Compare Source
Changes
sort_keysconfig option to sort keys on serialization, see documentation (#157)omit_defaultconfig and dialect options to exclude values equal to defaults on serialization, see documentation (#161)variant_tagger_fndiscriminator parameter to allow discrimination based on a key that is not part of the model, see documentation (#135)no_copy_collectionsdialect option to avoid collection data types copying, see documentation (#163)LiteralString(#166)ForwardReftypes (#144)SerializableTypeandGenericSerializableTypesubclasses (#156)flake8toruff(#150)v3.9.1Compare Source
Changes
v3.9Compare Source
Changes
default_factoryby JSON Schema generator (#114)additionalPropertiesin JSON Schema (#123)Annotatedtype with unhashable metadata (#133)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.