What's Changed
- Improve dataclass_json and _process_class type annotations by @ringohoffman in #475
- Update Poetry version used for 3.7 test suite and change Requires-Python boundary by @george-zubrienko in #476
- Fix for #239: Union inside List or Dict is not deserialized as the correspond… by @pawelwilczewski in #464
Due to a behaviour change discovered in #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
NB: This release is not on yet on PyPI due to recent change GitHub made to deployment environment protection. We are working on a solution.
New Contributors
- @ringohoffman made their first contribution in #475
- @pawelwilczewski made their first contribution in #464
Full Changelog: v0.5.15...v0.6.0