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.32.1 to 4.33.1 #214

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps jsonargparse from 4.32.1 to 4.33.1.

Changelog

Sourced from jsonargparse's changelog.

v4.33.1 (2024-09-26)

Fixed ^^^^^

  • Use jsonnet-sdist for python 3.13 to be allowed to push package to pypi ([#584](https://github.com/omni-us/jsonargparse/issues/584) <https://github.com/omni-us/jsonargparse/pull/584>__).

v4.33.0 (2024-09-25)

Added ^^^^^

  • Support for Python 3.13 ([#554](https://github.com/omni-us/jsonargparse/issues/554) <https://github.com/omni-us/jsonargparse/pull/554>__).
  • Support for NotRequired and Required annotations for TypedDict keys ([#571](https://github.com/omni-us/jsonargparse/issues/571) <https://github.com/omni-us/jsonargparse/pull/571>__).
  • dataclass types now accept class_path and init_args as value ([#581](https://github.com/omni-us/jsonargparse/issues/581) <https://github.com/omni-us/jsonargparse/pull/581>__).

Fixed ^^^^^

  • Callable type with subclass return not showing the --*.help option ([#567](https://github.com/omni-us/jsonargparse/issues/567) <https://github.com/omni-us/jsonargparse/pull/567>__).
  • Forward referenced types not compatible with Type typehint ([#576](https://github.com/omni-us/jsonargparse/issues/576) <https://github.com/omni-us/jsonargparse/pull/576/>__).
  • Subclass nested in Iterable makes help fail ([#578](https://github.com/omni-us/jsonargparse/issues/578) <https://github.com/omni-us/jsonargparse/pull/578>__).
  • Literal mixing enum values and strings failing to parse ([#580](https://github.com/omni-us/jsonargparse/issues/580) <https://github.com/omni-us/jsonargparse/pull/580/>__).

Changed ^^^^^^^

  • Removed shtab experimental warning ([#561](https://github.com/omni-us/jsonargparse/issues/561) <https://github.com/omni-us/jsonargparse/pull/561>__).
  • For consistency add_subclass_arguments now sets default None instead of SUPPRESS ([#568](https://github.com/omni-us/jsonargparse/issues/568) <https://github.com/omni-us/jsonargparse/pull/568>__).
  • Removed support for python 3.7 ([#583](https://github.com/omni-us/jsonargparse/issues/583) <https://github.com/omni-us/jsonargparse/pull/583>__).
Commits
  • a2834c6 Bump version: 4.33.0 → 4.33.1
  • 778a371 Use jsonnet-sdist for python 3.13 to be allowed to push package to pypi. (#584)
  • 08eadaa Bump version: 4.32.1 → 4.33.0
  • d2db8dc Drop support for python 3.7 and cleanup code (#583)
  • f354aaf Use importlib.metadata instead of the deprecated pkg_resources. (#582)
  • dcd5a6a dataclass types now accept class_path and init_args as value (#581)
  • 80a5418 Fix Literal mixing enum values and strings failing to parse (#580)
  • 7874273 Fix subclass nested in Iterable makes help fail (lightning#20199, #578)
  • 6300b8c Disable pytorch stub tests if version >=2.4 (#577)
  • 975803f For consistency add_subclass_arguments now sets default None instead of SUPPR...
  • 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.32.1 to 4.33.1.
- [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst)
- [Commits](omni-us/jsonargparse@v4.32.1...v4.33.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

Superseded by #215.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/jsonargparse-4.33.1 branch October 7, 2024 22:05
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.

0 participants