FastAPI 0.140.2 Release Notes
sdkengineerpython-web
patch
FastAPI version 0.140.2 introduces a refactoring to stop retaining flat dependency trees, enhancing internal project structure. It also includes a new memory benchmark for performance analysis. These changes are primarily for internal development and maintenance, impacting developers contributing to or deeply familiar with FastAPI's internal workings.
- →⚡️ Stop retaining flat dependency trees. PR #16065 by @tiangolo
- →👷 Add new memory benchmark. PR #16064 by @tiangolo
Maintenance (2) ›
- ⚡️ Stop retaining flat dependency trees. PR #16065 by @tiangolo
- 👷 Add new memory benchmark. PR #16064 by @tiangolo
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.140.2
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 ·