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 dacite requirement from <1.7.0,>=1.6.0 to >=1.6.0,<1.8.0 #11

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2022

Updates the requirements on dacite to permit the latest version.

Release notes

Sourced from dacite's releases.

v1.7.0

Added

  • Add explicit __all__ configuration
  • Add Python 3.10 and 3.11 support
  • Support PEP 604 unions through types.UnionType

Fixed

  • Do not suppress KeyError in a type hook
  • Handle tuple as a Sequence
  • Handle a default value for a non-init field within a frozen dataclass
  • Run type hooks / cast for InitVar fields
  • Fix optional unions
Changelog

Sourced from dacite's changelog.

[1.7.0] - 2022-12-22

Added

  • Add explicit __all__ configuration
  • Add Python 3.10 and 3.11 support
  • Support PEP 604 unions through types.UnionType

Fixed

  • Do not suppress KeyError in a type hook
  • Handle tuple as a Sequence
  • Handle a default value for a non-init field within a frozen dataclass
  • Run type hooks / cast for InitVar fields
  • Fix optional unions

[1.6.0] - 2020-11-30

Added

  • Support Type fields

Fixed

  • Handle generic collections with implicit Any inner types in Python 3.9
  • Fix InitVar with inner data classes
  • Improve support for fixed length and undefined length tuples

[1.5.1] - 2020-07-03

Added

  • Python 3.9 support

[1.5.0] - 2020-05-02

Added

  • Add strict_unions_match config parameter
  • Support Tuple

Fixed

  • The order of run type hooks in Union

[1.4.0] - 2020-04-10

Added

... (truncated)

Commits
  • 85c8450 Bump version
  • 42756c5 Fix black
  • fb481a7 Fix a regression - handle cast within set, revert #174, add tests
  • 82f1052 Release only on published event
  • 353ac22 Fix pylint errors
  • 49006a8 Fix mypy error, update changelog
  • 3e122e9 Fix extraction of a optional union
  • a440f2f Run type hooks / cast for InitVar fields. Fixes #158.
  • 667dfba Handle a default value for a non-init field within a frozen dataclass. Fixes ...
  • 5db6d0e Remove Travis CI configuration
  • 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 [dacite](https://github.com/konradhalas/dacite) to permit the latest version.
- [Release notes](https://github.com/konradhalas/dacite/releases)
- [Changelog](https://github.com/konradhalas/dacite/blob/master/CHANGELOG.md)
- [Commits](konradhalas/dacite@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: dacite
  dependency-type: direct:production
...

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

dependabot bot commented on behalf of github Jan 26, 2023

Superseded by #12.

@dependabot dependabot bot closed this Jan 26, 2023
@dependabot dependabot bot deleted the dependabot/pip/dacite-gte-1.6.0-and-lt-1.8.0 branch January 26, 2023 23: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