]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.140.0 (#16050) master 0.140.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 24 Jul 2026 21:15:37 +0000 (23:15 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Jul 2026 21:15:37 +0000 (21:15 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index e1f284ea50e7ff969837ec8648ffce643907cdad..2d008e6d24f4deeea406b5b6d37a2d2206ec9c5f 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.0 (2026-07-24)
+
 ### Refactors
 
 * ⚡️ Reduce memory usage in dependencies. PR [#16049](https://github.com/fastapi/fastapi/pull/16049) by [@tiangolo](https://github.com/tiangolo).
index 5177ea094bbc0604d6793d3bb2f7abd85542a8dc..c490187343b1baf378ba35d6922365ef9b7082cc 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.139.2"
+__version__ = "0.140.0"
 
 from starlette import status as status