python FastAPI Releases · · 0.140.4

FastAPI 0.140.4: Skip Unused Dependency Bookkeeping

sdkinfraengineerpython-web
patch

FastAPI version 0.140.4 includes a refactoring to skip unnecessary bookkeeping for unused dependencies. This optimization aims to improve internal processing efficiency for dependency resolution. The patch is available for all users and requires no specific prerequisites.

Maintenance (1)
  • ⚡️ Skip unused dependency repeat bookkeeping. PR #16069 by @tiangolo
Read the original announcement →

https://github.com/fastapi/fastapi/releases/tag/0.140.4

Related releases