python FastAPI Releases · · 0.140.0

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