🔖 Release version 0.128.6

This commit is contained in:
Sebastián Ramírez 2026-02-09 18:19:22 +01:00
parent ed2512a5ec
commit 0a4033aeee
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.128.6
### Translations
* 🌐 Update translations for zh (update-outdated). PR [#14843](https://github.com/fastapi/fastapi/pull/14843) by [@tiangolo](https://github.com/tiangolo).

View File

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