]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.132.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 23 Feb 2026 17:46:57 +0000 (18:46 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 23 Feb 2026 17:49:58 +0000 (18:49 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 0be7bbc9c00c7a3f34a52e9d5f966701dc464918..7ea70eceb9ef3bcb2734c4af4a86338eeaa74a78 100644 (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).
index 944fdd58f4fa7c6a2560334c4726cdfe96ec78ca..d936bb7df3dc4b1930ab5ea03d403f55f24b8c68 100644 (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