FastAPI 0.140.0: Memory Usage Reduction, Docs Updates
sdkengineerpython-web
patch
FastAPI has released version 0.140.0, featuring a significant reduction in memory usage within its dependency system. This release also includes extensive documentation updates, such as new 'Library Skills' documentation and adjustments to reflect the use of 'uv' projects by default. These changes are primarily aimed at developers using FastAPI, offering performance improvements and clearer documentation.
- →⚡️ Reduce memory usage in dependencies. PR #16049 by @tiangolo
- →📝 Fix links in docs. PR #15967 by @YuriiMotov
- →📝 Add Library Skills documentation. PR #16041 by @tiangolo
- →📝 Update docs to use uv projects by default. PR #16032 by @tiangolo
- →📝 Restructure FastAPI People and related pages. PR #16015 by @tiangolo
Maintenance (8) ›
- ⚡️ Reduce memory usage in dependencies. PR #16049 by @tiangolo
- 📝 Fix links in docs. PR #15967 by @YuriiMotov
- 📝 Add Library Skills documentation. PR #16041 by @tiangolo
- 📝 Update docs to use uv projects by default. PR #16032 by @tiangolo
- 📝 Restructure FastAPI People and related pages. PR #16015 by @tiangolo
- 👷 Add CI memory benchmark. PR #16046 by @tiangolo
- 👥 Update FastAPI People - Sponsors. PR #16027 by @tiangolo
- 🔥 Remove now-obsolete scripts to generate data for FastAPI People. PR #16016 by @tiangolo
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.140.0
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 ·