What's Changed
- Support for Python 3.13 by @luolingchun in #200
- Fix query, form, header model extra not honored by @luolingchun in #201
- Better APISpec init to allow to modify it before generating
spec_json
. by @ddorian in #195 - Schema.maximum type
float
->int | float
by @ddorian in #217 - Allow url_prefix to be set during API/APIView registration by @luolingchun in #215
- Drop support for Python 3.8 by @luolingchun in #199
Full Changelog: v4.0.3...v4.1.0