mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.128.3
This commit is contained in:
parent
661cdfb8a4
commit
36985f5f25
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue