-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update dependency mashumaro to >=3,<=3.14 #325
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/mashumaro-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
added
chore
dependencies
Pull requests that update a dependency file
labels
Aug 2, 2023
This comment has been minimized.
This comment has been minimized.
Codecov ReportAll 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 |
renovate
bot
force-pushed
the
renovate/mashumaro-3.x
branch
from
August 23, 2023 00:59
90f790e
to
a7d4aab
Compare
renovate
bot
changed the title
fix(deps): update dependency mashumaro to >=3,<=3.9
fix(deps): update dependency mashumaro to >=3,<=3.9.1
Aug 23, 2023
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
renovate
bot
changed the title
fix(deps): update dependency mashumaro to >=3,<=3.9.1
fix(deps): update dependency mashumaro to >=3,<=3.10
Sep 12, 2023
This comment has been minimized.
This comment has been minimized.
renovate
bot
changed the title
fix(deps): update dependency mashumaro to >=3,<=3.10
fix(deps): update dependency mashumaro to >=3,<=3.11
Nov 23, 2023
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
changed the title
fix(deps): update dependency mashumaro to >=3,<=3.11
fix(deps): update dependency mashumaro to >=3,<=3.12
Jan 28, 2024
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
renovate
bot
changed the title
fix(deps): update dependency mashumaro to >=3,<=3.12
fix(deps): update dependency mashumaro to >=3,<=3.13
Apr 30, 2024
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
renovate
bot
changed the title
fix(deps): update dependency mashumaro to >=3,<=3.13
fix(deps): update dependency mashumaro to >=3,<=3.13.1
Jun 15, 2024
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
October 23, 2024 23:13
7a4c888
to
71e32f5
Compare
renovate
bot
changed the title
fix(deps): update dependency mashumaro to >=3,<=3.13.1
fix(deps): update dependency mashumaro to >=3,<=3.14
Oct 23, 2024
Packj Audit Report✅ No new dependencies are introducedTriggered by workflow run 55 on commit 33eba2c3d4b6170c59d884337602d1ac0479ba5c |
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.14
Release Notes
Fatal1ty/mashumaro (mashumaro)
v3.14
Compare Source
Changes
re.Pattern
andtyping.Pattern
(#105)DeprecationWarning
introduced in Python 3.13 (#249)v3.13.1
Compare Source
Changes
to_json
method inDataClassORJSONMixin
(#223)TypeVar
default changes in Python 3.13.0 and typing-extensions>=4.12 (#227)v3.13
Compare Source
Changes
MappingProxyType
(#218)forbid_extra_keys
config option to reject extra keys on deserialization (#197, #198)Alias(...)
annotation (#214), see updated documentationomit_default
didn't work forEnum
with basic types mixed in (#204)RecursionError
when annotatedSerializationStrategy
was used as a field serialization strategy (#219)v3.12
Compare Source
Changes
variant_tagger_fn
(#184)ForwardRef
in JSON Schema generation (#187)IntFlag
whenomit_default
is enabled (#188)serialization_strategy
config optionv3.11
Compare Source
Changes
allow_deserialization_not_by_alias
config option to allow deserialization by both alias and field name, see documentation (https://github.com/Fatal1ty/mashumaro/pull/175)UnserializableDataError
for generic serializable types and generic serialization strategies with postponed evaluation of annotations (#177)ValueError
was not thrown if invalid value type was passed tofrom_*
methodserialize_by_alias
dialect optionnamedtuple_as_dict
dialect optionv3.10
Compare Source
Changes
sort_keys
config option to sort keys on serialization, see documentation (#157)omit_default
config and dialect options to exclude values equal to defaults on serialization, see documentation (#161)variant_tagger_fn
discriminator parameter to allow discrimination based on a key that is not part of the model, see documentation (#135)no_copy_collections
dialect option to avoid collection data types copying, see documentation (#163)LiteralString
(#166)ForwardRef
types (#144)SerializableType
andGenericSerializableType
subclasses (#156)flake8
toruff
(#150)v3.9.1
Compare Source
Changes
v3.9
Compare Source
Changes
default_factory
by JSON Schema generator (#114)additionalProperties
in JSON Schema (#123)Annotated
type with unhashable metadata (#133)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.