FastAPI 0.110.11 Patch Release
sdkengineerpython-web
patch
This patch release for FastAPI addresses an issue where `response_model_*` parameters were ignored for non-generator endpoints returning `Iterable[...]`. This fix ensures consistent response modeling for these endpoint types. The change is available immediately.
Fixes (1) ›
- 🐛 Fix response_model_* params ignored for non-generator endpoints with Iterable[..] return type. PR #15093 by @YuriiMotov
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.140.11
Related releases
- DSF Member of the Month: Katherine Michel on Django and Community Django Weblog ·
- FastAPI 0.141.1 fixes background tasks and documentation FastAPI Releases ·
- FastAPI 0.141.0: Improved local development with fastapi dev FastAPI Releases ·
- FastAPI 0.140.13: Fixes SSE/JSONL status code, improves docs FastAPI Releases ·
- FastAPI 0.140.12 Fixes SSE Event Formatting FastAPI Releases ·
- FastAPI 0.140.10: Fixes nested Annotated type handling and improves testing FastAPI Releases ·