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
- DSF Member of the Month: Katherine Michel on Django and Community Django Weblog ·
- FastAPI 0.141.1 fixes background tasks and documentation FastAPI Releases ·
- FastAPI 0.141.0: Improved local development with fastapi dev FastAPI 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 ·