Browse Source
🔖 Release version 0.137.1 (#15766)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/15769/head
0.137.1
Sebastián Ramírez
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
1 deletions
-
docs/en/docs/release-notes.md
-
fastapi/__init__.py
|
|
@ -7,6 +7,8 @@ hide: |
|
|
|
|
|
|
|
|
## Latest Changes |
|
|
## Latest Changes |
|
|
|
|
|
|
|
|
|
|
|
## 0.137.1 (2026-06-15) |
|
|
|
|
|
|
|
|
### Fixes |
|
|
### Fixes |
|
|
|
|
|
|
|
|
* 🚨 Fix typing checks for APIRoute. PR [#15765](https://github.com/fastapi/fastapi/pull/15765) by [@tiangolo](https://github.com/tiangolo). |
|
|
* 🚨 Fix typing checks for APIRoute. PR [#15765](https://github.com/fastapi/fastapi/pull/15765) by [@tiangolo](https://github.com/tiangolo). |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production""" |
|
|
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production""" |
|
|
|
|
|
|
|
|
__version__ = "0.137.0" |
|
|
__version__ = "0.137.1" |
|
|
|
|
|
|
|
|
from starlette import status as status |
|
|
from starlette import status as status |
|
|
|
|
|
|
|
|
|