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

Update jsonargparse[signatures] requirement from <4.19.0,>=4.18.0 to >=4.18.0,<4.21.0 in /requirements #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

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

Changelog

Sourced from jsonargparse[signatures]'s changelog.

v4.20.0 (2023-02-20)

Added ^^^^^

  • CLI support for callable class instances [#238](https://github.com/omni-us/jsonargparse/issues/238) <https://github.com/omni-us/jsonargparse/issues/238>__.
  • add_dataclass_arguments now supports the fail_untyped parameter [#241](https://github.com/omni-us/jsonargparse/issues/241) <https://github.com/omni-us/jsonargparse/issues/241>__.

Fixed ^^^^^

  • add_subcommands fails when parser has required argument and default config available [#232](https://github.com/omni-us/jsonargparse/issues/232) <https://github.com/omni-us/jsonargparse/issues/232>__.

Changed ^^^^^^^

  • When parsing fails, now argparse.ArgumentError is raised instead of ParserError.
  • Improved error messages when fail_untyped=True [#137](https://github.com/omni-us/jsonargparse/issues/137) <https://github.com/omni-us/jsonargparse/issues/137>__.
  • CLI no longer uses the module's docstring as main parser description [#245](https://github.com/omni-us/jsonargparse/issues/245) <https://github.com/omni-us/jsonargparse/issues/245>__.

Deprecated ^^^^^^^^^^

  • Path skip_check parameter is deprecated and will be removed in v5.0.0. Instead use as type str or os.PathLike.
  • Modifying Path attributes is deprecated. In v5.0.0 they will be properties without a setter and two renamed: rel_path -> relative and abs_path -> absolute.
  • ActionPathList is deprecated and will be removed in v5.0.0. Instead use as type List[<path_type>] with enable_path=True.
  • ArgumentParser.error_handler is deprecated and will be removed in v5.0.0. Instead use the new exit_on_error parameter from argparse.

v4.19.0 (2022-12-27)

Added ^^^^^

  • CLI now supports the fail_untyped and parser_class parameters.
  • bytes and bytearray registered on first use and decodes from standard Base64.
  • Support getting the import path of variables in modules, e.g. random.randint.
  • Specific error messages for when an argument link uses as source the target of a previous parse link and vice versa [#208](https://github.com/omni-us/jsonargparse/issues/208) <https://github.com/omni-us/jsonargparse/issues/208>__.

... (truncated)

Commits
  • ac790ba Bump version: 4.19.0 → 4.20.0
  • 2d08e83 CLI no longer uses the module's docstring as main parser description #245.
  • 79a70f1 Improved error messages when fail_untyped=True #137.
  • 73a2522 Fix fail_untyped for Dataclasses (#242)
  • dc5cdac CLI support for callable class instances #238.
  • fadff04 [pre-commit.ci] pre-commit autoupdate
  • 7a184d5 Minor fixes: broken link, type annotations, docstrings, formatting.
  • c852274 Fixed add_subcommands failure when parser has required argument and default c...
  • 89f88de - ArgumentParser.error_handler is now deprecated and will be removed in v5.0.0.
  • 2051bc6 Create SECURITY.md
  • 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)

Updates the requirements on [jsonargparse[signatures]](https://github.com/omni-us/jsonargparse) to permit the latest version.
- [Release notes](https://github.com/omni-us/jsonargparse/releases)
- [Changelog](https://github.com/omni-us/jsonargparse/blob/master/CHANGELOG.rst)
- [Commits](omni-us/jsonargparse@v4.18.0...v4.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 27, 2023

Dependabot tried to add @ashleve/core-lightning as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/ashleve/pytorch-lightning/pulls/54/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the ashleve/pytorch-lightning repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 27, 2023

The following labels could not be found: ci.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
0 participants