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

index 68626aab19b3e912d49ba7a776370a22171ab3a2..935fa83ec8cda30e15ec016ad113ceb0809c7699 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.5 (2026-07-27)
+
 ### Refactors
 
 * ⚡️ Avoid flattening dependencies for body fields. PR [#16071](https://github.com/fastapi/fastapi/pull/16071) by [@tiangolo](https://github.com/tiangolo).
index 56e455542e9cb136398439528ad55a8340757189..71427a56d756803da428d1b683e3a18419e765b8 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.4"
+__version__ = "0.140.5"
 
 from starlette import status as status