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

build(deps): update jsonargparse[signatures] requirement from <=4.22.0,>4.0.0 to >4.0.0,<=4.22.1 in /requirements #1053

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

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

Changelog

Sourced from jsonargparse[signatures]'s changelog.

v4.22.1 (2023-07-07)

Fixed ^^^^^

  • Parameter without default and type optional incorrectly added as a required argument ([#312](https://github.com/omni-us/jsonargparse/issues/312) <https://github.com/omni-us/jsonargparse/issues/312>__).
  • class_from_function not failing when return annotation is missing.
  • add_subclass_arguments with single base class and no docstring, incorrectly shown as tuple in help.
  • When all arguments of a group are derived from links, a config load option is incorrectly shown in help.
  • Printing help fails for parsers that have a link whose target is an argument lacking type and help.

v4.22.0 (2023-06-23)

Added ^^^^^

  • Parameters that receive a path now also accept os.PathLike type.
  • class_from_function now supports func_return parameter to specify the return type of the function (lightning-flash#1564 comment <https://github.com/Lightning-Universe/lightning-flash/pull/1564#discussion_r1218147330>__).
  • Support for postponed evaluation of annotations PEP 563 <https://peps.python.org/pep-0563/>__ from __future__ import annotations ([#120](https://github.com/omni-us/jsonargparse/issues/120) <https://github.com/omni-us/jsonargparse/issues/120>__).
  • Backport types in python<=3.9 to support PEP 585 <https://peps.python.org/pep-0585/>__ and 604 <https://peps.python.org/pep-0604/>__ for postponed evaluation of annotations ([#120](https://github.com/omni-us/jsonargparse/issues/120) <https://github.com/omni-us/jsonargparse/issues/120>__).
  • Support for range as a type.

Fixed ^^^^^

  • Regular expressions vulnerable to polynomial runtime due to backtracking.
  • attrs fields with factory default causes parse to fail ([#299](https://github.com/omni-us/jsonargparse/issues/299) <https://github.com/omni-us/jsonargparse/issues/299>__).
  • Stop subclass dive if you hit bad import ([#304](https://github.com/omni-us/jsonargparse/issues/304) <https://github.com/omni-us/jsonargparse/issues/304>__).

Changed ^^^^^^^

  • Added _ prefix to module names to be explicit about non-public API.

Deprecated ^^^^^^^^^^

  • Importing from original non-public module paths (without _ prefix) now gives a DeprecationWarning. From v5.0.0 these imports will fail.

... (truncated)

Commits
  • 72d0da0 Bump version: 4.22.0 → 4.22.1
  • b3f0b40 Fixed: printing help fails for parsers that have a link whose target is an ar...
  • 2c0b869 Fixed: when all arguments of a group are derived from links, a config load op...
  • 7dcc764 Fixed: add_subclass_arguments with single base class and no docstring, incorr...
  • c4514d4 Fix class_from_function not failing when return annotation is missing.
  • 29c993c Fixed parameter without default and type optional incorrectly added as a requ...
  • 5b7bc67 Bump version: 4.21.2 → 4.22.0
  • 645895f Added support for range as a type.
  • d923afa - Added support for postponed evaluation of annotations PEP 563 (#120).
  • 4dc2ff8 Added _ prefix to module names to be explicit about non-public API.
  • 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 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://lightning-bolts--1053.org.readthedocs.build/en/1053/

Updates the requirements on [jsonargparse[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.0.1...v4.22.1)

---
updated-dependencies:
- dependency-name: jsonargparse[signatures]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ci/cd Continues Integration and delivery label Jul 10, 2023
@dependabot dependabot bot requested a review from a team July 10, 2023 12:00
@Borda Borda enabled auto-merge (squash) July 10, 2023 12:47
@mergify mergify bot added the ready label Jul 10, 2023
@Borda Borda merged commit c17b402 into master Jul 10, 2023
30 checks passed
@Borda Borda deleted the dependabot-pip-requirements-jsonargparse-signatures--gt-4.0.0-and-lte-4.22.1 branch July 10, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd Continues Integration and delivery ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant