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.9.0 #12

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2023

Updates the requirements on dacite to permit the latest version.

Release notes

Sourced from dacite's releases.

v1.8.0

Added

  • Performance improvements (multiple small changes)
  • Introduce cache functionality

Fixed

  • Fix set's casting
  • Use localns for get_type_hints instead of globalns

Thank you @​mciszczon for your outstanding work on this release 🙏

This release was supported by FLYR

Changelog

Sourced from dacite's changelog.

[1.8.0] - 2023-01-26

Added

  • Performance improvements (multiple small changes)
  • Introduce cache functionality

Fixed

  • Fix set's casting
  • Use localns for get_type_hints instead of globalns

[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

... (truncated)

Commits
  • c076b8c Bump version
  • 2fc75e6 Add logo to README.md
  • c831d57 Inline create_instance function
  • 732546f Create issue templates
  • 9291013 Run the most frequent path at the beginning of the is_instance function (#212)
  • e4fa1a7 Cache is_dataclass call
  • 21c17b4 Performance improvement - get rid of copy call (#211)
  • 9bf8fea Improve caching (#210)
  • cb0d943 Performance improvement - do not call custom is_instance if it's not necessary
  • 3c0e180 Introduce basic cache (#208)
  • 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.8.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 Jan 26, 2023
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