fix(deps): update dependency jsonargparse to v4.36.0 #360
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:
==4.35.0
->==4.36.0
Release Notes
omni-us/jsonargparse (jsonargparse)
v4.36.0
Compare Source
Added
^^^^^
pyyaml
, though only an internal refactor prior to eventualremoval of
pyyaml
as a required dependency in v5.0.0 (#​652 <https://github.com/omni-us/jsonargparse/pull/652>
__).toml
as config file format (#​660 <https://github.com/omni-us/jsonargparse/pull/660>
__).Changed
^^^^^^^
jsonargparse.CLI
renamed tojsonargparse.auto_cli
to followPEP 8 <https://peps.python.org/pep-0008/#function-and-variable-names>
__ functionsnaming convention (
#​640 <https://github.com/omni-us/jsonargparse/pull/640>
__).ArgumentParser.check_config
renamed tovalidate
andskip_check
parameter of
ArgumentParser.{dump, save, get_defaults}
renamed toskip_validation
(#​639 <https://github.com/omni-us/jsonargparse/pull/639>
__).Namespace
is used as a type to make it clear about beingunsupported (
#​656 <https://github.com/omni-us/jsonargparse/pull/656>
__).Fixed
^^^^^
Protocol
types not working correctly (#​645 <https://github.com/omni-us/jsonargparse/pull/645>
__).attrs.define
dataclasses with nested dataclasses that are markedwith
attrs.field
(such as for a default factory) are not parsed correctly(
#​643 <https://github.com/omni-us/jsonargparse/pull/643>
__).init=False
not working correctly (#​650 <https://github.com/omni-us/jsonargparse/pull/650>
__).Deprecated
^^^^^^^^^^
ArgumentParser.check_config
andskip_check
parameter ofArgumentParser.{dump, save, get_defaults}
are deprecated and will beremoved in v5.0.0, instead use
validate
andskip_validation
(#​639 <https://github.com/omni-us/jsonargparse/pull/639>
__).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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.