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

index 92ee529c6c533d434b8da4013534f895f659f637..600c468f465a4003363ca9df53da993a8e987849 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.2 (2026-07-27)
+
 ### Refactors
 
 * ⚡️ Stop retaining flat dependency trees. PR [#16065](https://github.com/fastapi/fastapi/pull/16065) by [@tiangolo](https://github.com/tiangolo).
index a35bb984f38bd0c4cf6222fda8b6915ca936f861..fb65f112c00792e3824dc657e3f480b51a4e53db 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.1"
+__version__ = "0.140.2"
 
 from starlette import status as status