Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

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

Changelog

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

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 parsing once ([#805](https://github.com/omni-us/jsonargparse/issues/805) <https://github.com/omni-us/jsonargparse/pull/805>__).

Changed ^^^^^^^

  • parse_optionals_as_positionals and applied_instantiation_links no longer marked as experimental ([#788](https://github.com/omni-us/jsonargparse/issues/788) <https://github.com/omni-us/jsonargparse/pull/788>__).
  • Moved location of Path class from jsonargparse to jsonargparse.typing ([#792](https://github.com/omni-us/jsonargparse/issues/792) <https://github.com/omni-us/jsonargparse/pull/792>__).
  • Non-parsing actions now have a common base class to ease identification ([#793](https://github.com/omni-us/jsonargparse/issues/793) <https://github.com/omni-us/jsonargparse/pull/793>__).
  • jsonargparse.* modules now use Python 3.9+ syntax ([#798](https://github.com/omni-us/jsonargparse/issues/798) <https://github.com/omni-us/jsonargparse/pull/798>__).

Deprecated ^^^^^^^^^^

  • Path.__call__ is deprecated and will be removed in v5.0.0. Use the absolute or relative properties instead ([#794](https://github.com/omni-us/jsonargparse/issues/794) <https://github.com/omni-us/jsonargparse/pull/794>__).
  • strip_meta is deprecated and will be removed in v5.0.0. Instead use .clone(with_meta=False) ([#795](https://github.com/omni-us/jsonargparse/issues/795) <https://github.com/omni-us/jsonargparse/pull/795>__).
  • compose_dataclasses is deprecated and will be removed in v5.0.0. There is no direct replacement, whoever is interested can copy the code ([#796](https://github.com/omni-us/jsonargparse/issues/796) <https://github.com/omni-us/jsonargparse/pull/796>__).
  • dict_to_namespace is deprecated and will be removed in v5.0.0. No replacement is provided because blindly converting a dictionary to a namespace may not yield the same results as using a parser, which could lead to confusion ([#797](https://github.com/omni-us/jsonargparse/issues/797) <https://github.com/omni-us/jsonargparse/pull/797>__).

... (truncated)

Commits
  • d9d4d35 Bump version: 4.42.0 → 4.43.0
  • 6f2a951 Non-public experimental mixin class to override init defaults and instantiate...
  • 25c9bde Path.call deprecation not shown in docs (#801)
  • 0a6ff69 Address coments from CodeQL and SonarCloud (#799)
  • 791c065 Apply pyupgrade jsonargparse.* modules to use Python 3.9+ syntax (#798)
  • 5bfc380 dict_to_namespace is deprecated and will be removed in v5.0.0 (#797)
  • 6f9ea46 compose_dataclasses is deprecated and will be removed in v5.0.0 (#796)
  • 49a2574 strip_meta is deprecated and will be removed in v5.0.0 (#795)
  • b967620 Path.call is deprecated and will be removed in v5.0.0 (#794)
  • c506574 Non-parsing actions now have a common base class to ease identification (#793)
  • 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--21379.org.readthedocs.build/en/21379/

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ci Continuous Integration label Nov 24, 2025
@github-actions github-actions bot added pl Generic label for PyTorch Lightning package dependencies Pull requests that update a dependency file labels Nov 24, 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