]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 27 Jul 2026 11:18:58 +0000 (11:18 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 27 Jul 2026 11:18:58 +0000 (11:18 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 2d008e6d24f4deeea406b5b6d37a2d2206ec9c5f..3babe48c90bbf30013489b9a8f3b575f573c9b84 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Refactors
+
+* ♻️ Update the lru_cache limit for dependencies to account for large apps. PR [#16062](https://github.com/fastapi/fastapi/pull/16062) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.140.0 (2026-07-24)
 
 ### Refactors