0.8.1
0.8.1 Summary
Bugs fixed and now working with MyPy.
🚀Features
- mypy settings created
🔎Bug fixes
- removed uuid_pkg.UUID(as_uuid=True)from uuid mixin
- status_code.descriptionchanged to- HTTPStatus(status_code).descriptionin custom exception definition
- bound base added: ModelType = TypeVar("ModelType", bound=Base)
- PostUpdateinheriting from- BaseModelinstead of- PostBase
- MissingClientErrorcreated plus a bunch of None dealt with
- fixed some type hints, also docs
What's Changed
- fixed for stuff found by mypy by @igorbenav in #57
Full Changelog: v0.8.0...v0.8.1