python FastAPI Releases · · 0.140.1

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