Releases: turettn/fastapi_offline
Releases · turettn/fastapi_offline
v1.7.2
- Vendor new dependencies
- Update Swagger URL to track FastAPI's behavior
v1.7.1
- Vendor new dependencies
- Grab swagger by full version number instead of major only
- Add python 3.12 tests to CI
v1.7.0
- Respect SwaggerUI parameters @claydugo
- Python 3.7 is EOL
v1.6.1
No functional changes - just bundling newest swagger & ReDoc.
v1.6.0
- Bump included swagger version to 5, tracking fastapi version 0.99.
v1.5.3
No functional changes - just bundling newest swagger & ReDoc.
v1.5.2
- Change our functions to match return-type handling introduced in FastAPI 0.89
- Added CI tests on Python 3.11
v1.5.1
No functional changes - bundled newest swagger and redoc
v1.5.0
- Make static endpoint configurable (@mkjaer)