]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.140.6 (#16074) 0.140.6
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 Jul 2026 16:28:46 +0000 (18:28 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2026 16:28:46 +0000 (16: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 1e16c26fc177a764a0ea9ae8c55b3e587adc9ca4..653b7266c2fa4fb328dd9915b76ad6ba975a145c 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.6 (2026-07-27)
+
 ### Refactors
 
 * ⚡️ Avoid flattening dependencies for request parameters, mainly for OpenAPI. PR [#16073](https://github.com/fastapi/fastapi/pull/16073) by [@tiangolo](https://github.com/tiangolo).
index 71427a56d756803da428d1b683e3a18419e765b8..7eb947674a07733f418ceed48e76a7de50488be1 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.5"
+__version__ = "0.140.6"
 
 from starlette import status as status