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.37.0 #431

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on jsonargparse to permit the latest version.

Changelog

Sourced from jsonargparse's changelog.

v4.37.0 (2025-02-14)

Added ^^^^^

  • Experimental support for sub-classing ArgumentParser to customize add_argument ([#661](https://github.com/omni-us/jsonargparse/issues/661) <https://github.com/omni-us/jsonargparse/pull/661>__).

Fixed ^^^^^

  • Incorrect instantiation order when instantiation targets share a parent ([#662](https://github.com/omni-us/jsonargparse/issues/662) <https://github.com/omni-us/jsonargparse/pull/662>__).
  • Pydantic discriminated unions handled incorrectly ([#667](https://github.com/omni-us/jsonargparse/issues/667) <https://github.com/omni-us/jsonargparse/pull/667>__).
  • Failure when a link target has an undefined parent ([#668](https://github.com/omni-us/jsonargparse/issues/668) <https://github.com/omni-us/jsonargparse/pull/668>__)
  • Functions that create types now have TypeAlias return type to avoid mypy errors ([#671](https://github.com/omni-us/jsonargparse/issues/671) <https://github.com/omni-us/jsonargparse/pull/671>__).
  • String parsing regressions ([#673](https://github.com/omni-us/jsonargparse/issues/673) <https://github.com/omni-us/jsonargparse/pull/673>, [#674](https://github.com/omni-us/jsonargparse/issues/674) <https://github.com/omni-us/jsonargparse/pull/674>).
  • Regression when using old CLI and inferring components from the local context ([#676](https://github.com/omni-us/jsonargparse/issues/676) <https://github.com/omni-us/jsonargparse/pull/676>__).

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>__).

... (truncated)

Commits
  • 6879090 Bump version: 4.36.0 → 4.37.0
  • aabe118 Update action and pre-commit versions (#677)
  • 9ad1b61 Fix regression when using old CLI and inferring components from the local con...
  • 63f4505 Fix sonarcloud if condition
  • 3aa7f09 Environment for each job that needs a secret and skip PR from forks
  • 5d0d9d9 Fix string parsing regressions (#674)
  • a23134f Always require approval
  • 78ce78b Avoid skip jobs when running on main
  • 6a66751 In workflow steps that require secrets, use an environment that requires appr...
  • 26b17d4 Added verification for strings that contain digits and a starting or ending '...
  • 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.37.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 14, 2025
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