]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.123.2 0.123.2
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 2 Dec 2025 05:31:27 +0000 (06:31 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 2 Dec 2025 05:31:27 +0000 (06:31 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 200e8cc898cfcbb7334b419a0d052b91c29a3ddc..2e64f0c0acffe7f48452bd85d0d13243f1ace032 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.2
+
 ### Fixes
 
 * 🐛 Fix unformatted `{type_}` in FastAPIError. PR [#14416](https://github.com/fastapi/fastapi/pull/14416) by [@Just-Helpful](https://github.com/Just-Helpful).
index 4f6982035e35ddd351989e88cb2478d6ef8f9a6b..7a6ee14f2c081056e1ed893725ebd05de2072a3e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.1"
+__version__ = "0.123.2"
 
 from starlette import status as status