python FastAPI Releases · · 0.140.11

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