Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
## Latest Changes
+## 0.137.0 (2026-06-14)
+
### Breaking Changes
* ♻️ Refactor internals to preserve `APIRouter` and `APIRoute` instances. PR [#15745](https://github.com/fastapi/fastapi/pull/15745) by [@tiangolo](https://github.com/tiangolo).
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
-__version__ = "0.136.3"
+__version__ = "0.137.0"
from starlette import status as status