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

index 111587bb20ee88a6e56ad560895fd5205584ff57..ee15c540855092017e221c7ee4e31afce9fbafe9 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.10 (2026-07-28)
+
 ### Fixes
 
 * 🐛 Fix handling sequences with nested Annotated types. PR [#14874](https://github.com/fastapi/fastapi/pull/14874) by [@YuriiMotov](https://github.com/YuriiMotov).
index e138ffe03798b9cc6f63a70e2606e15d67bec5d0..1daaecdab643af4b2ec96189b17a1acf288411ee 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.9"
+__version__ = "0.140.10"
 
 from starlette import status as status