This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
Releases: snok/drf-openapi-tester
Releases · snok/drf-openapi-tester
v2.0.0
Breaking changes
- Removes Internal library properties from the module's
__init__.py
. Don't expect this to impact anyone, but is a breaking change. - Drops Django 2.2 support officially (but might still work)
- Drops Python 3.6 support officially (but might still work)
We currently support Django 3.0 - 4.0, and Python 3.7 - 3.10.
Improvements
- Adopted
flake8-type-checking
and cleaned up imports considerably (#251)