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] <[email protected]>
@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
@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

⚡ Required checks status: All passing 🟢

Groups summary

🟢 pytorch_lightning: Tests workflow
Check ID Status
pl-cpu-guardian success

These checks are required after the changes to requirements/pytorch/extra.txt.

🟢 pytorch_lightning: lit GPU
Check ID Status
pytorch.yml / Lit Job (nvidia/cuda:12.1.1-devel-ubuntu22.04, pytorch, 3.10) success
pytorch.yml / Lit Job (lightning, 3.12) success
pytorch.yml / Lit Job (pytorch, 3.12) success

These checks are required after the changes to requirements/pytorch/extra.txt.

🟢 Benchmarks
Check ID Status
benchmark.yml / Lit Job (fabric) success
benchmark.yml / Lit Job (pytorch) success

These checks are required after the changes to requirements/pytorch/extra.txt.

🟢 pytorch_lightning: Docs
Check ID Status
docs-make (pytorch, doctest) success
docs-make (pytorch, html) success

These checks are required after the changes to requirements/pytorch/extra.txt.

🟢 mypy
Check ID Status
mypy success

These checks are required after the changes to requirements/pytorch/extra.txt.

🟢 install
Check ID Status
install-pkg-guardian success

These checks are required after the changes to requirements/pytorch/extra.txt.


Thank you for your contribution! 💜

Note
This comment is automatically generated and updates for 70 minutes every 180 seconds. If you have any other questions, contact carmocca for help.

@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79%. Comparing base (ad7a958) to head (8923de9).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (ad7a958) and HEAD (8923de9). Click for more details.

HEAD has 120 uploads less than BASE
Flag BASE (ad7a958) HEAD (8923de9)
python3.10 6 3
cpu 60 30
lightning 30 15
pytest 30 0
lightning_fabric 15 0
python3.12 18 9
python3.11 12 6
python3.12.7 18 9
python 6 3
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #21392     +/-   ##
=========================================
- Coverage      87%      79%     -8%     
=========================================
  Files         269      266      -3     
  Lines       23814    23759     -55     
=========================================
- Hits        20629    18723   -1906     
- Misses       3185     5036   +1851     

@bhimrazy bhimrazy merged commit 716c2c6 into master Dec 16, 2025
88 checks passed
@bhimrazy bhimrazy deleted the dependabot-pip-requirements-jsonargparse-jsonnetsignatures--gte-4.39.0-and-lt-4.45.0 branch December 16, 2025 06:11
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.

3 participants