Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

build(deps): update jsonargparse[signatures] requirement from <4.23.0,>=4.22.0 to >=4.22.0,<4.25.0 in /requirements #1688

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

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

Changelog

Sourced from jsonargparse[signatures]'s changelog.

v4.24.1 (2023-09-06)

Fixed ^^^^^

  • Remove private linked_targets parameter from API Reference ([#317](https://github.com/omni-us/jsonargparse/issues/317) <https://github.com/omni-us/jsonargparse/issues/317>__).
  • Dataclass nested in list not setting defaults ([#357](https://github.com/omni-us/jsonargparse/issues/357) <https://github.com/omni-us/jsonargparse/issues/357>__).
  • AST resolver kwargs.pop() with conflicting defaults not setting the conditional default ([#362](https://github.com/omni-us/jsonargparse/issues/362) <https://github.com/omni-us/jsonargparse/issues/362>__).
  • ActionJsonSchema not setting correctly defaults when schema uses oneOf.
  • Recommended print_config steps not working when default_config_files used due to the config file initially being empty ([#367](https://github.com/omni-us/jsonargparse/issues/367) <https://github.com/omni-us/jsonargparse/issues/367>__).

v4.24.0 (2023-08-23)

Added ^^^^^

  • New option in dump for including link targets.
  • Support decimal.Decimal as a type.
  • CLI now accepts components as a dict, such that the keys define names of the subcommands ([#334](https://github.com/omni-us/jsonargparse/issues/334) <https://github.com/omni-us/jsonargparse/issues/334>__).
  • Resolve types that use TYPE_CHECKING blocks ([#337](https://github.com/omni-us/jsonargparse/issues/337) comment <https://github.com/omni-us/jsonargparse/issues/337#issuecomment-1665055459>__).
  • Improved resolving of nested forward references in types.
  • The ext_vars for an ActionJsonnet argument can now have a default.
  • New method ArgumentParser.add_instantiator that enables developers to implement custom instantiation ([#170](https://github.com/omni-us/jsonargparse/issues/170) <https://github.com/omni-us/jsonargparse/issues/170>__).

Deprecated ^^^^^^^^^^

  • ActionJsonnetExtVars is deprecated and will be removed in v5.0.0. Instead use type=dict.

v4.23.1 (2023-08-04)

Fixed ^^^^^

  • save fails when a link target is a required parameter nested in a subclass ([#332](https://github.com/omni-us/jsonargparse/issues/332) <https://github.com/omni-us/jsonargparse/issues/332>__).

... (truncated)

Commits
  • 826d786 Bump version: 4.24.0 → 4.24.1
  • 7be0139 Fix recommended print_config steps not working when default_config_files used...
  • 6ed515b Fix ActionJsonSchema not setting correctly defaults when schema uses oneOf.
  • 4148f4e Fix AST resolver kwargs.pop() with conflicting defaults not setting the condi...
  • cd165e9 Fix dataclass nested in a list not setting defaults (#357).
  • 323b4a5 Remove private linked_targets parameter from API Reference (#317).
  • 8356fdf Bump version: 4.23.1 → 4.24.0
  • fdbfe3b Added new method ArgumentParser.add_instantiator that enables developers to i...
  • 5798fe3 Fix sphinx including unexpected items in public API.
  • 06e1b9b Deprecate action=ActionJsonnetExtVars in favor of type=dict.
  • 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)

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.22.0...v4.24.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the enhancement New feature or request label Sep 18, 2023
@dependabot dependabot bot requested a review from a team September 18, 2023 11:44
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #1688 (c641478) into master (686fb03) will decrease coverage by 34%.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #1688     +/-   ##
========================================
- Coverage      85%     51%    -34%     
========================================
  Files         291     291             
  Lines       12859   12859             
========================================
- Hits        10985    6571   -4414     
- Misses       1874    6288   +4414     

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Superseded by #1693.

@dependabot dependabot bot closed this Sep 25, 2023
@dependabot dependabot bot deleted the dependabot-pip-requirements-jsonargparse-signatures--gte-4.22.0-and-lt-4.25.0 branch September 25, 2023 11:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant