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

Update jsonargparse requirement from <=4.35.0 to <=4.36.0 #427

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Updates the requirements on jsonargparse to permit the latest version.

Changelog

Sourced from jsonargparse's changelog.

v4.36.0 (2025-01-17)

Added ^^^^^

  • Support without pyyaml, though only an internal refactor prior to eventual removal of pyyaml as a required dependency in v5.0.0 ([#652](https://github.com/omni-us/jsonargparse/issues/652) <https://github.com/omni-us/jsonargparse/pull/652>__).
  • Support for toml as config file format ([#660](https://github.com/omni-us/jsonargparse/issues/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 ([#640](https://github.com/omni-us/jsonargparse/issues/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 ([#639](https://github.com/omni-us/jsonargparse/issues/639) <https://github.com/omni-us/jsonargparse/pull/639>__).
  • Fail when Namespace is used as a type to make it clear about being unsupported ([#656](https://github.com/omni-us/jsonargparse/issues/656) <https://github.com/omni-us/jsonargparse/pull/656>__).

Fixed ^^^^^

  • Help for Protocol types not working correctly ([#645](https://github.com/omni-us/jsonargparse/issues/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 ([#643](https://github.com/omni-us/jsonargparse/issues/643) <https://github.com/omni-us/jsonargparse/pull/643>__).
  • Nested dataclass with init=False not working correctly ([#650](https://github.com/omni-us/jsonargparse/issues/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 ([#639](https://github.com/omni-us/jsonargparse/issues/639) <https://github.com/omni-us/jsonargparse/pull/639>__).

v4.35.0 (2024-12-16)

Added ^^^^^

  • Support for print config argument to reuse the name of the config argument by using %s ([#630](https://github.com/omni-us/jsonargparse/issues/630) <https://github.com/omni-us/jsonargparse/pull/630>__).

... (truncated)

Commits
  • 2285c1a Bump version: 4.35.0 → 4.36.0
  • 6cd2f26 Add support for TOML config files (#660)
  • 59c5a7d Update pre-commit versions (#659)
  • e9c6eef Fix workflow
  • 61f8977 Fix workflow
  • 25dfa5a Fixes in workflow and pyproject (#657)
  • 2a9cacd Fail when Namespace is used as a type to make it clear about being unsupporte...
  • 6fcae42 Cleanup sphinx config based on latest sphinx-quickstart (#654)
  • acf1292 ArgumentParser check_config method and skip_check parameter renamed to valida...
  • ef52e40 CLI renamed to auto_cli to follow PEP 8 functions naming (#640)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [jsonargparse](https://github.com/omni-us/jsonargparse) to permit the latest version.
- [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst)
- [Commits](omni-us/jsonargparse@v1.0.0...v4.36.0)

---
updated-dependencies:
- dependency-name: jsonargparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2025

Superseded by #431.

@dependabot dependabot bot closed this Feb 14, 2025
@dependabot dependabot bot deleted the dependabot/pip/maintenance/jsonargparse-lte-4.36.0 branch February 14, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants