Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Updates the requirements on jsonargparse[jsonnet,signatures] to permit the latest version.

Changelog

Sourced from jsonargparse[jsonnet,signatures]'s changelog.

v4.44.0 (2025-11-25)

Fixed ^^^^^

  • Union types with str and default comment-like string incorrectly parsed as a stringified exception of an other subtype ([#812](https://github.com/omni-us/jsonargparse/issues/812) <https://github.com/omni-us/jsonargparse/pull/812>__).
  • FromConfig not handling correctly required parameters ([#813](https://github.com/omni-us/jsonargparse/issues/813) <https://github.com/omni-us/jsonargparse/pull/813>__).

Changed ^^^^^^^

  • Improved error messages when not accepted options are given, referencing which parser/subcommand the option was given to. Also suggests running --help for the corresponding parser/subcommand ([#809](https://github.com/omni-us/jsonargparse/issues/809) <https://github.com/omni-us/jsonargparse/pull/809>__).
  • The yaml_comments parameter of ArgumentParser.dump has been renamed to with_comments to allow future comments support of other formats ([#811](https://github.com/omni-us/jsonargparse/issues/811) <https://github.com/omni-us/jsonargparse/pull/811>__).

Deprecated ^^^^^^^^^^

  • ArgumentParser.default_meta property and with_meta parameter of ArgumentParser.parse_* are deprecated and will be removed in v5.0.0. Instead use .clone(with_meta=...) ([#810](https://github.com/omni-us/jsonargparse/issues/810) <https://github.com/omni-us/jsonargparse/pull/810>__).
  • The yaml_comments parameter of ArgumentParser.dump is deprecated and will be removed in v5.0.0. Use with_comments instead ([#811](https://github.com/omni-us/jsonargparse/issues/811) <https://github.com/omni-us/jsonargparse/pull/811>__).

v4.43.0 (2025-11-11)

Added ^^^^^

  • Non-public experimental mixin class to override init defaults and instantiate from config ([#800](https://github.com/omni-us/jsonargparse/issues/800) <https://github.com/omni-us/jsonargparse/pull/800>__).

Fixed ^^^^^

  • Prevent extra environment variables in helptext when default_env=True, for version actions and subcommands ([#787](https://github.com/omni-us/jsonargparse/issues/787) <https://github.com/omni-us/jsonargparse/pull/787>__).
  • Union with path type and non-path value incorrectly dumped as string ([#789](https://github.com/omni-us/jsonargparse/issues/789) <https://github.com/omni-us/jsonargparse/pull/789>__).
  • Misleading error message for invalid value for Literal strings ([#790](https://github.com/omni-us/jsonargparse/issues/790) <https://github.com/omni-us/jsonargparse/pull/790>__).
  • Changing omegaconf_absolute_to_relative_paths not taking effect after

... (truncated)

Commits
  • e1b7cf8 Bump version: 4.43.0 → 4.44.0
  • ce995f7 FromConfig not handling correctly required parameters (#813)
  • 9c18147 Union types with str and default comment-like string incorrectly parsed as a ...
  • f327492 Rename yaml_comments parameter of ArgumentParser.dump to with_comments (#811)
  • 76fabbe Deprecate ArgumentParser.default_meta property and with_meta parameter of Arg...
  • 3347996 Improved error messages when not accepted options are given (#809)
  • d89a32b Remove pydantic tests skip in Python 3.14 (#808)
  • de69d75 Documentation fixes and improvements (#806)
  • e2e4ff4 Update documentation for path argument parsing (#804)
  • e40bf53 Fix changing omegaconf_absolute_to_relative_paths not taking effect after par...
  • 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)

📚 Documentation preview 📚: https://pytorch-lightning--21392.org.readthedocs.build/en/21392/

Updates the requirements on [jsonargparse[jsonnet,signatures]](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@v4.39.0...v4.44.0)

---
updated-dependencies:
- dependency-name: jsonargparse[jsonnet,signatures]
  dependency-version: 4.44.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ci Continuous Integration label Dec 1, 2025
@github-actions github-actions bot added pl Generic label for PyTorch Lightning package dependencies Pull requests that update a dependency file labels Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous Integration dependencies Pull requests that update a dependency file pl Generic label for PyTorch Lightning package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant