v0.5.10
github-actions
released this
16 Jul 12:53
·
30 commits
to refs/heads/master
since this release
What's Changed
- Fix: default_factory returned without being called when filling default value in schema by @jamesbw in #406
- Add mypy pipeline by @s-vitaliy in #424
- #395: fields with no default value/factory should be marked as required when generating schema by @deansg in #397
- fix: surface nested mapping errors by @skeggse in #426
- Fixes bug in string case serialization not taking numbers into account by @matt035343 in #420
- Fix mypy issues on python 3.11 by @george-zubrienko in #430
- Fix config(exclude=…) type annotations by @andersk in #368
- Drop marshmallow-enum dependency by @a-was in #384
- Fixes heterogeneous tuple decoding by @matt035343 in #435
- Use Poetry for dependency management by @george-zubrienko in #431
- Fix branch name filter in prepare-release.yaml by @george-zubrienko in #436
New Contributors
- @jamesbw made their first contribution in #406
- @deansg made their first contribution in #397
- @skeggse made their first contribution in #426
- @a-was made their first contribution in #384
Full Changelog: v0.5.9...v0.5.10