Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
## Latest Changes
+## 0.140.12 (2026-07-28)
+
### Fixes
* 🐛 Fix line splitting in `format_sse_event` to comply with SSE spec. PR [#15515](https://github.com/fastapi/fastapi/pull/15515) by [@Zawwarsami16](https://github.com/Zawwarsami16).
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
-__version__ = "0.140.11"
+__version__ = "0.140.12"
from starlette import status as status