FastAPI 0.140.5 Patches Dependency Flattening
sdkengineerpython-web
patch
FastAPI version 0.140.5 includes a patch that prevents the flattening of dependencies for request body fields. This change addresses an issue that could unexpectedly alter how dependencies are handled, potentially impacting applications relying on specific dependency resolution logic. This update is relevant for developers using FastAPI who may have encountered or wish to avoid issues related to dependency management in request bodies.
Maintenance (1) ›
- ⚡️ Avoid flattening dependencies for body fields. PR #16071 by @tiangolo
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.140.5
Related 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.110.11 Patch Release FastAPI Releases ·
- FastAPI 0.140.10: Fixes nested Annotated type handling and improves testing FastAPI Releases ·
- FastAPI 0.140.9 Fixes jsonable_encoder and dependency updates FastAPI Releases ·
- FastAPI 0.140.8 fixes stream item type loss FastAPI Releases ·