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

index 1816b0d9870c721d2f4ab4b3f32c0c4f374b2d0a..75f60828581f4e3ac80f12236e757d4f66dba561 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.11 (2026-07-28)
+
 ### Fixes
 
 * 🐛 Fix `response_model_*` params ignored for non-generator endpoints with `Iterable[..]` return type. PR [#15093](https://github.com/fastapi/fastapi/pull/15093) by [@YuriiMotov](https://github.com/YuriiMotov).
index 1daaecdab643af4b2ec96189b17a1acf288411ee..6d5b31a0ab2ef18d9d624df9ee461db5624a3247 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.10"
+__version__ = "0.140.11"
 
 from starlette import status as status