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

index 5c7446ae210bb3b33f3469641cde7833f70280a4..ab50801b439e74a9c9bc33649fd051d3cf77e1f5 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.3 (2026-07-27)
+
 ### Refactors
 
 * ⚡️ Avoid repeated dependency flattening in OpenAPI. PR [#16067](https://github.com/fastapi/fastapi/pull/16067) by [@tiangolo](https://github.com/tiangolo).
index fb65f112c00792e3824dc657e3f480b51a4e53db..b7e61744d3ac5606337e57d0d01c6e8f5d6da8b5 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.2"
+__version__ = "0.140.3"
 
 from starlette import status as status