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

index 645889c6231cf64725ec7d8fb4261387072af4bf..50d912b4aa51d1dcca4f8bf626d62ffb8423b703 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.140.9 (2026-07-28)
+
 ### Fixes
 
 * 🐛 Fix `exclude_defaults` not propagated to dict keys and values in `jsonable_encoder`. PR [#16043](https://github.com/fastapi/fastapi/pull/16043) by [@MBGrao](https://github.com/MBGrao).
index fa5dcd6cfccdc8a43eb2353fe58480e87ce215f9..e138ffe03798b9cc6f63a70e2606e15d67bec5d0 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.140.8"
+__version__ = "0.140.9"
 
 from starlette import status as status