🔖 Release version 0.128.7

This commit is contained in:
Sebastián Ramírez
2026-02-10 13:24:38 +01:00
parent 5bb3423205
commit 8f82c94de0
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ hide:
## Latest Changes ## Latest Changes
## 0.128.7
### Features ### Features
* ✨ Show a clear error on attempt to include router into itself. PR [#14258](https://github.com/fastapi/fastapi/pull/14258) by [@JavierSanchezCastro](https://github.com/JavierSanchezCastro). * ✨ Show a clear error on attempt to include router into itself. PR [#14258](https://github.com/fastapi/fastapi/pull/14258) by [@JavierSanchezCastro](https://github.com/JavierSanchezCastro).

View File

@@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production""" """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.128.6" __version__ = "0.128.7"
from starlette import status as status from starlette import status as status