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

index 8f73c4c89d837f7b7de8d2d2eb43f64c76e9ddc4..da93b471e817a9b1193cd59a05217adc0a96c998 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.7 (2026-07-27)
+
 ### Refactors
 
 * ⚡️ Avoid flattening dependencies for OpenAPI. PR [#16076](https://github.com/fastapi/fastapi/pull/16076) by [@tiangolo](https://github.com/tiangolo).
index 7eb947674a07733f418ceed48e76a7de50488be1..9037d741659f2d2a5ca1b1bb6a08a29171e32e96 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.6"
+__version__ = "0.140.7"
 
 from starlette import status as status