FastAPI 0.140.1: Dependency LRU cache limit update
sdkinfraengineerpython-web
patch
FastAPI version 0.140.1 includes an update to the dependency lru_cache limit, adjusting it to better accommodate large applications. This patch aims to improve performance and memory management for complex FastAPI projects. Engineers working with large-scale FastAPI applications may benefit from this change.
Maintenance (1) ›
- ♻️ Update the lru_cache limit for dependencies to account for large apps. PR #16062 by @tiangolo
Read the original announcement →
https://github.com/fastapi/fastapi/releases/tag/0.140.1
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 ·