megagonlabs / bunkai

Sentence boundary disambiguation tool for Japanese texts (日本語文境界判定器)
https://pypi.org/project/bunkai/
Apache License 2.0
185 stars 11 forks source link

Bump dataclasses-json from 0.5.14 to 0.6.0 #296

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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: https://github.com/lidatong/dataclasses-json/compare/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: https://github.com/lidatong/dataclasses-json/compare/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 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)
dependabot[bot] commented 1 year ago

Superseded by #310.