Note: The library now has a new minimum Python version of 3.7. due to the use of Postponed Evaluation of Annotations (PEP-563).
Fixes:
New:
- #475: Add typing information
- #478: Fix new type hint of schemas, for example for
Required('key')
- #486: Fix new type hints and enable
mypy
- #479: Allow error reporting on keys
Changes:
New Contributors:
- @elprimato made their first contribution in #472
- @ds-cbo made their first contribution in #475
- @KenKundert made their first contribution in #479
- @KapJI made their first contribution in #486
Full Changelog: 0.13.1...0.14.0