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

Bump jsonargparse from 4.30.0 to 4.32.0 #194

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2024

Bumps jsonargparse from 4.30.0 to 4.32.0.

Changelog

Sourced from jsonargparse's changelog.

v4.32.0 (2024-07-19)

Added ^^^^^

  • Support for MappingProxyType as a type and as default for mapping types ([#540](https://github.com/omni-us/jsonargparse/issues/540) <https://github.com/omni-us/jsonargparse/pull/540>__).
  • Support for OrderedDict as a type ([#545](https://github.com/omni-us/jsonargparse/issues/545) <https://github.com/omni-us/jsonargparse/pull/545>__).
  • New function get_loader to get the current loader for a given parser mode ([#479](https://github.com/omni-us/jsonargparse/issues/479) comment <https://github.com/omni-us/jsonargparse/issues/479#issuecomment-2022596544>, [#536](https://github.com/omni-us/jsonargparse/issues/536) comment <https://github.com/omni-us/jsonargparse/issues/536#issuecomment-2186961644>).

Fixed ^^^^^

  • dump failing when a link target requires serialization and skip_link_targets=False ([#542](https://github.com/omni-us/jsonargparse/issues/542) <https://github.com/omni-us/jsonargparse/pull/542>__).

  • default_config_files making parse fail for subcommands and nested subclass types (lightning-forums#5963 <https://lightning.ai/forums/t/problem-lightningcli-with-default-config-files/5963>__).

  • Fixes related to transformers PreTrainedModel.from_pretrained (lightning#19863 comment <https://github.com/Lightning-AI/pytorch-lightning/discussions/19863#discussioncomment-9821765>__):

    • Import path of inherited classmethod not resolving correctly ([#548](https://github.com/omni-us/jsonargparse/issues/548) <https://github.com/omni-us/jsonargparse/pull/548>__).
    • Resolved parameters leading to multiple values for keyword argument ([#551](https://github.com/omni-us/jsonargparse/issues/551) <https://github.com/omni-us/jsonargparse/pull/551>__).
    • Function with return type a class in class_path in some cases fails with unexpected instantiate parameter error ([#551](https://github.com/omni-us/jsonargparse/issues/551) <https://github.com/omni-us/jsonargparse/pull/551>__).
    • Ignore incorrectly resolved config_file_name parameter for transformers model from_pretrained([#551](https://github.com/omni-us/jsonargparse/issues/551) <https://github.com/omni-us/jsonargparse/pull/551>__).

v4.31.0 (2024-06-27)

Added ^^^^^

  • Support async functions and methods in CLI ([#531](https://github.com/omni-us/jsonargparse/issues/531) <https://github.com/omni-us/jsonargparse/pull/531>__).
  • Support for Protocol types only accepting exact matching signature of public methods ([#526](https://github.com/omni-us/jsonargparse/issues/526) <https://github.com/omni-us/jsonargparse/pull/526>__).

... (truncated)

Commits
  • aa5e458 Bump version: 4.31.0 → 4.32.0
  • a8e120f Fix changelog
  • 3066ffd Fix changelog
  • b8d6e58 Fixes related to transformers PreTrainedModel.from_pretrained (#551)
  • 45044f2 Fix default_config_files making parse fail for subcommands and nested subclas...
  • ed25652 Fix import path of inherited classmethod not resolving correctly (lightning#1...
  • d3122c8 Added support for OrderedDict as a type. (#545)
  • 9a64c5c pre-commit minor fix and version updates (#544)
  • 950431b New function get_loader to get the current loader for a given parser mode (#543)
  • 9e00abb Fix: dump failing when a link target requires serialization and skip_link_tar...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [jsonargparse](https://github.com/omni-us/jsonargparse) from 4.30.0 to 4.32.0.
- [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst)
- [Commits](omni-us/jsonargparse@v4.30.0...v4.32.0)

---
updated-dependencies:
- dependency-name: jsonargparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2024

Looks like jsonargparse is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 24, 2024
@dependabot dependabot bot deleted the dependabot/pip/jsonargparse-4.32.0 branch July 24, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants