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

fix(deps): update dependency jsonargparse to v4.36.0 #360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonargparse (changelog) ==4.35.0 -> ==4.36.0 age adoption passing confidence

Release Notes

omni-us/jsonargparse (jsonargparse)

v4.36.0

Compare Source

Added
^^^^^

  • Support without pyyaml, though only an internal refactor prior to eventual
    removal of pyyaml as a required dependency in v5.0.0 (#&#8203;652 <https://github.com/omni-us/jsonargparse/pull/652>__).
  • Support for toml as config file format (#&#8203;660 <https://github.com/omni-us/jsonargparse/pull/660>__).

Changed
^^^^^^^

  • jsonargparse.CLI renamed to jsonargparse.auto_cli to follow PEP 8 <https://peps.python.org/pep-0008/#function-and-variable-names>__ functions
    naming convention (#&#8203;640 <https://github.com/omni-us/jsonargparse/pull/640>__).
  • ArgumentParser.check_config renamed to validate and skip_check
    parameter of ArgumentParser.{dump, save, get_defaults} renamed to
    skip_validation (#&#8203;639 <https://github.com/omni-us/jsonargparse/pull/639>__).
  • Fail when Namespace is used as a type to make it clear about being
    unsupported (#&#8203;656 <https://github.com/omni-us/jsonargparse/pull/656>__).

Fixed
^^^^^

  • Help for Protocol types not working correctly (#&#8203;645 <https://github.com/omni-us/jsonargparse/pull/645>__).
  • Adding attrs.define dataclasses with nested dataclasses that are marked
    with attrs.field (such as for a default factory) are not parsed correctly
    (#&#8203;643 <https://github.com/omni-us/jsonargparse/pull/643>__).
  • Nested dataclass with init=False not working correctly (#&#8203;650 <https://github.com/omni-us/jsonargparse/pull/650>__).

Deprecated
^^^^^^^^^^

  • ArgumentParser.check_config and skip_check parameter of
    ArgumentParser.{dump, save, get_defaults} are deprecated and will be
    removed in v5.0.0, instead use validate and skip_validation (#&#8203;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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants