]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.140.1 (#16063) 0.140.1
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 Jul 2026 12:06:27 +0000 (14:06 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2026 12:06:27 +0000 (14:06 +0200)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 3babe48c90bbf30013489b9a8f3b575f573c9b84..8a3a365308ae3d781174e94226c12cd205c8254a 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.1 (2026-07-27)
+
 ### 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).
index c490187343b1baf378ba35d6922365ef9b7082cc..a35bb984f38bd0c4cf6222fda8b6915ca936f861 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.0"
+__version__ = "0.140.1"
 
 from starlette import status as status