]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.140.8 (#16088) 0.140.8
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 28 Jul 2026 10:29:51 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2026 10:29:51 +0000 (10:29 +0000)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/en/docs/release-notes.md
fastapi/__init__.py

index 8b5b194fe694c4a0b79627b6edc7cdb73336c5af..77bd94e1c3d201434cfb96b146f7b629c1b87770 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.8 (2026-07-28)
+
 ### Fixes
 
 * 🐛 Fix stream item type lost when using `include_router()`. PR [#15077](https://github.com/fastapi/fastapi/pull/15077) by [@alex-raw](https://github.com/alex-raw).
index 9037d741659f2d2a5ca1b1bb6a08a29171e32e96..fa5dcd6cfccdc8a43eb2353fe58480e87ce215f9 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.7"
+__version__ = "0.140.8"
 
 from starlette import status as status