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

index 71b720a6bbe3da1537d95c2361f642fb5ef4d1e5..c0f7ffeb87f1f5c34d9554f378ac88b262a17ce2 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.141.1 (2026-07-29)
+
 ### Fixes
 
 * 🐛 Fix support for background tasks and headers from dependencies in `app.frontend()`. PR [#16105](https://github.com/fastapi/fastapi/pull/16105) by [@tiangolo](https://github.com/tiangolo).
index f3d64f14089d2980d81da00d59595bc9167ee1ec..1ca29aa85e498ee348e860504c5f50b117e82221 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.141.0"
+__version__ = "0.141.1"
 
 from starlette import status as status