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
- 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 ·
- FastAPI 0.140.10: Fixes nested Annotated type handling and improves testing FastAPI Releases ·
- FastAPI 0.140.9 Fixes jsonable_encoder and dependency updates FastAPI Releases ·
- FastAPI 0.140.8 fixes stream item type loss FastAPI Releases ·