🔖 Release version 0.132.0

This commit is contained in:
Sebastián Ramírez 2026-02-23 18:46:57 +01:00
parent ac8621a76e
commit 5c863d0718
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.132.0
### Breaking Changes
* 🔒️ Add `strict_content_type` checking for JSON requests. PR [#14978](https://github.com/fastapi/fastapi/pull/14978) 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.131.0"
__version__ = "0.132.0"
from starlette import status as status