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.description
changed toHTTPStatus(status_code).description
in custom exception definition- bound base added:
ModelType = TypeVar("ModelType", bound=Base)
PostUpdate
inheriting fromBaseModel
instead ofPostBase
MissingClientError
created 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