🔖 Release version 0.137.0 (#15748)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Sebastián Ramírez
2026-06-14 14:47:28 +02:00
committed by GitHub
parent c6d5897826
commit 9a9c4ad5d0
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ hide:
## 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).

View File

@@ -1,6 +1,6 @@
"""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