Skip to content

build(deps): update jsonargparse requirement from <4.48.0,>=4.39.0 to >=4.39.0,<4.49.0 in /requirements#21675

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot-pip-requirements-jsonargparse-gte-4.39.0-and-lt-4.49.0
Open

build(deps): update jsonargparse requirement from <4.48.0,>=4.39.0 to >=4.39.0,<4.49.0 in /requirements#21675
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot-pip-requirements-jsonargparse-gte-4.39.0-and-lt-4.49.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Updates the requirements on jsonargparse to permit the latest version.

Changelog

Sourced from jsonargparse's changelog.

v4.48.0 (2026-04-10)

Added ^^^^^

  • AST resolver now supports nested attribute calls like module.submodule.function(**kwargs) ([#878](https://github.com/omni-us/jsonargparse/issues/878) <https://github.com/omni-us/jsonargparse/pull/878>__).
  • register_type now supports TypeAliasType (python 3.12+) in addition to classes, and registered aliases no longer add subclass help actions ([#875](https://github.com/omni-us/jsonargparse/issues/875) <https://github.com/omni-us/jsonargparse/pull/875>__).
  • add_class_arguments skip support for callable return class parameters ([#882](https://github.com/omni-us/jsonargparse/issues/882) <https://github.com/omni-us/jsonargparse/pull/882>__).
  • FromConfigMixin is now an official public API feature ([#884](https://github.com/omni-us/jsonargparse/issues/884) <https://github.com/omni-us/jsonargparse/pull/884>__).

Fixed ^^^^^

  • Fix resolving forward references in generic aliases (e.g. list["ForwardReferenced"]) when the forward-referenced type is not imported in the using module ([#871](https://github.com/omni-us/jsonargparse/issues/871) <https://github.com/omni-us/jsonargparse/pull/871>__).
  • auto_cli no longer fails when a single function, a class __init__, or a function/class in a list/dict of components has a parameter named config ([#873](https://github.com/omni-us/jsonargparse/issues/873) <https://github.com/omni-us/jsonargparse/pull/873>__).

Changed ^^^^^^^

  • Now all missing required options are listed in the error message ([#876](https://github.com/omni-us/jsonargparse/issues/876) <https://github.com/omni-us/jsonargparse/pull/876>__).
  • class_from_function and lazy_instance are now located in jsonargparse.typing while the previous import locations are kept for compatibility ([#877](https://github.com/omni-us/jsonargparse/issues/877) <https://github.com/omni-us/jsonargparse/pull/877>__).
  • Most argparse tests from the Python standard library are run against jsonargparse. Also the explicit deviations from argparse are documented ([#881](https://github.com/omni-us/jsonargparse/issues/881) <https://github.com/omni-us/jsonargparse/pull/881>__).
  • Replace black and yesqa with ruff in pre-commit ([#883](https://github.com/omni-us/jsonargparse/issues/883) <https://github.com/omni-us/jsonargparse/pull/883>__).
  • Removed reconplogger integration ([#886](https://github.com/omni-us/jsonargparse/issues/886) <https://github.com/omni-us/jsonargparse/pull/886>__).
  • Avoid expensive inspect.stack in parse_args path and other optimizations to speed up test suite ([#887](https://github.com/omni-us/jsonargparse/issues/887) <https://github.com/omni-us/jsonargparse/pull/887>__).
  • Rely on required attributes to improve compatibility with third-party argparse extensions ([#890](https://github.com/omni-us/jsonargparse/issues/890) <https://github.com/omni-us/jsonargparse/pull/890>, [#893](https://github.com/omni-us/jsonargparse/issues/893) <https://github.com/omni-us/jsonargparse/pull/893>).

v4.47.0 (2026-03-13)

... (truncated)

Commits
  • e9c29ce Bump version: 4.47.0 → 4.48.0
  • 4430a98 Pre commit update (#894)
  • 2e4ae12 Fix regression of required not shown in help (#893)
  • edba416 Some misc fixes (#891)
  • 0b35ad0 Rely on required attributes to improve compatibility with third-party argpars...
  • 06301e1 Fix local mac testing (#888)
  • 637a783 Avoid expensive inspect.stack in parse_args path and other optimizations to s...
  • a365cb5 Remove reconplogger integration (#886)
  • 9a89cad Update version of codecov/codecov-action (#885)
  • 9bb0715 Make FromConfigMixin public and include in documentation (#884)
  • 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 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--21675.org.readthedocs.build/en/21675/

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@v4.39.0...v4.48.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the ci Continuous Integration label Apr 20, 2026
@dependabot dependabot Bot added the ci Continuous Integration label Apr 20, 2026
@github-actions github-actions Bot added pl Generic label for PyTorch Lightning package dependencies Pull requests that update a dependency file labels Apr 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 29, 2026

🌩️ Required checks status: Pending 🟡

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) no_status

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
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79%. Comparing base (0e20e15) to head (05ddd89).
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (0e20e15) and HEAD (05ddd89). Click for more details.

HEAD has 546 uploads less than BASE
Flag BASE (0e20e15) HEAD (05ddd89)
cpu 168 42
python 12 3
lightning_fabric 54 0
pytest 84 0
python3.12.7 36 9
python3.12 48 12
lightning 60 15
python3.11 24 6
python3.10 12 3
python3.13 36 9
pytorch2.1 12 6
pytest-full 84 42
pytorch_lightning 54 27
pytorch2.7 6 3
pytorch2.5.1 6 3
pytorch2.9 12 6
pytorch2.8 12 6
pytorch2.10 12 6
pytorch2.4.1 6 3
pytorch2.3 6 3
pytorch2.6 6 3
pytorch2.2.2 6 3
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #21675     +/-   ##
=========================================
- Coverage      87%      79%     -8%     
=========================================
  Files         270      267      -3     
  Lines       23973    23914     -59     
=========================================
- Hits        20748    18804   -1944     
- Misses       3225     5110   +1885     

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