python FastAPI Releases · · 0.140.2

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