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

index 3a82da71dc52f4f392e8229f84bef2093bb36efb..1d42e180a734db9b69fb2bd4fdb0c410e93b651a 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.3
+
 ### Fixes
 
 * 🐛 Fix Query\Header\Cookie parameter model alias. PR [#14360](https://github.com/fastapi/fastapi/pull/14360) by [@YuriiMotov](https://github.com/YuriiMotov).
index 7a6ee14f2c081056e1ed893725ebd05de2072a3e..a15326cc25a027436c296c823f11abaa6cd322d2 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.2"
+__version__ = "0.123.3"
 
 from starlette import status as status