Features:
- Tested against Python 3.9, 3.10, and 3.11.
Bug fixes:
- Various typing fixes.
Other changes:
- Drop support for Python 3.6.
Thanks @DmitryBurnaev for the PR for these changes.
Features:
- Backwards-incompatible: Support webargs 6.x. webargs<6 is no longer supported.
- Tested against Python 3.8.
Other changes:
- Backwards-incompatible: Drop support for marshmallow 2.x. Only marshmallow>=3 is supported.
Bug fixes:
- Handle
JSONDecodeError
when parsing JSON.
Features:
- Export type annotations.
Features:
use_annotations
supports more types in thetyping
module, as well asdict
andlist
.use_annotations
supportstyping.Optional
.- Improve type annotations.
- First release.