🔖 Release version 0.128.3

This commit is contained in:
Sebastián Ramírez 2026-02-06 17:44:11 +01:00
parent 661cdfb8a4
commit 36985f5f25
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.128.3
### Refactors
* ♻️ Re-implement `on_event` in FastAPI for compatibility with the next Starlette, while keeping backwards compatibility. PR [#14851](https://github.com/fastapi/fastapi/pull/14851) 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.2"
__version__ = "0.128.3"
from starlette import status as status