Skip to content

0.8.1

Compare
Choose a tag to compare
@igorbenav igorbenav released this 26 Nov 03:42
· 209 commits to main since this release
d8ab798

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 to HTTPStatus(status_code).description in custom exception definition
  • bound base added: ModelType = TypeVar("ModelType", bound=Base)
  • PostUpdate inheriting from BaseModel instead of PostBase
  • MissingClientError created plus a bunch of None dealt with
  • fixed some type hints, also docs

What's Changed

Full Changelog: v0.8.0...v0.8.1