🔖 Release version 0.135.0

This commit is contained in:
Sebastián Ramírez 2026-03-01 10:27:00 +01:00
parent 4cd76acafc
commit 12ea7be0be
2 changed files with 4 additions and 1 deletions

View File

@ -7,9 +7,12 @@ hide:
## Latest Changes
## 0.135.0
### Features
* ✨ Add support for Server Sent Events. PR [#15030](https://github.com/fastapi/fastapi/pull/15030) by [@tiangolo](https://github.com/tiangolo).
* New docs: [Server-Sent Events (SSE)](https://fastapi.tiangolo.com/tutorial/server-sent-events/).
## 0.134.0

View File

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