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 dataclasses-json from 0.5.14 to 0.6.0 #296

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps dataclasses-json from 0.5.14 to 0.6.0.

Release notes

Sourced from dataclasses-json's releases.

v0.6.0

What's Changed

Due to a behaviour change discovered in lidatong/dataclasses-json#466 and also as a matter of preparation for full deprecation of Py3.7, we are bumping the minor version to 0.6.0. Most important change is that since 0.5.9 builtins are coerced automatically without throwing an exception. Please visit the issue for more info :)

New Contributors

Full Changelog: lidatong/dataclasses-json@v0.5.15...v0.6.0

v0.5.15

What's Changed

This release will not be available on PyPI as Poetry 1.6 no longer works with our Python 3.7 test suite. We will most likely remove Python 3.7 from the version matrix that is used to test commits, but keep the minimum version in Requires-Python set to >=3.7, as we still have around 4% of Py3.7 users. That said, dear Py3.7 users, please consider migrating to a newer Python version as Py3.7 is out of support and we will no longer provide patches or feature backports for it.

Next version of DCJ will be 0.6.0 and it will still allow Python 3.7, but we retain the right to remove support of 3.7 in any future minor release after 0.6.0.

Full Changelog: lidatong/dataclasses-json@v0.5.14...v0.5.15

Commits
  • 02c561f Fix for #239: Union inside List or Dict is not deserialized as the correspond...
  • 54c6061 Update Poetry version used for 3.7 test suite and change Requires-Python boun...
  • dd4c414 Improve dataclass_json and _process_class type annotations (#475)
  • 89578cb Support for Counter objects (#471)
  • dcb9372 Add documentation for how to use with Numpy and Pandas (#470)
  • 04ddea8 Fix: if field has custom decoder, schema takes it into account (#462)
  • d1a4464 feat: Implement dymamic versioning (#454)
  • See full diff 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 [dataclasses-json](https://github.com/lidatong/dataclasses-json) from 0.5.14 to 0.6.0.
- [Release notes](https://github.com/lidatong/dataclasses-json/releases)
- [Commits](lidatong/dataclasses-json@v0.5.14...v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added python Pull requests that update Python code Type: Dependencies Dependency issues or Changes to dependency files labels Sep 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2023

Superseded by #310.

@dependabot dependabot bot closed this Sep 27, 2023
@dependabot dependabot bot deleted the dependabot/pip/dataclasses-json-0.6.0 branch September 27, 2023 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code Type: Dependencies Dependency issues or Changes to dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants