🔖 Release version 0.141.1 (#16106)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Sebastián Ramírez
2026-07-29 19:15:38 +02:00
committed by GitHub
parent f137944c43
commit 95f8322ee1
2 changed files with 3 additions and 1 deletions
+2
View 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).
+1 -1
View 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