0.14.2
New:
- #507: docs: document description field of Marker
Fixes:
- #506: fix: allow unsortable containers in In and NotIn validators (fixes #451) (bug introduced in 0.12.1)
- #488: fix(typing): fix type hint for Coerce type param (bug introduced in 0.14.0)
- #497: fix(typing): allow path to be a list of strings, integers or any other hashables (bug introduced in 0.14.0)
Changes:
- #499: support: drop support for python 3.7
- #501: support: run tests on python 3.11
- #502: support: run tests on python 3.12
- #495: refactor: drop duplicated type checks in Schema._compile
- #500: refactor: fix few tests, use pytest.raises, extend raises helper
- #503: refactor: Add linters configuration, reformat whole code
New Contributors:
- @emontnemery made their first contribution in #495
- @Kontrolix made their first contribution in #488
- @antoni-szych-rtbhouse made their first contribution in #497
Full Changelog: 0.14.1...0.14.2