python FastAPI Releases · · 0.140.11

FastAPI 0.140.11 Patch Release

sdkengineerpython-web
patch

This patch release for FastAPI addresses an issue where `response_model_*` parameters were not correctly applied to non-generator endpoints returning an `Iterable` type. The fix ensures that response models are consistently applied across various endpoint types, improving data serialization accuracy for developers using these features.

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