mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.128.7
This commit is contained in:
parent
5bb3423205
commit
8f82c94de0
|
|
@ -7,6 +7,8 @@ hide:
|
|||
|
||||
## Latest Changes
|
||||
|
||||
## 0.128.7
|
||||
|
||||
### 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).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue