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

index f3f3a0e85e378960986b843e83cb3d1badacd6ca..b5b3e5b0fcf397ae70f906cb6ab632e6cea96ad6 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.1
+
 ### Fixes
 
 * 🐛 Avoid accessing non-existing "$ref" key for Pydantic v2 compat remapping. PR [#14361](https://github.com/fastapi/fastapi/pull/14361) by [@svlandeg](https://github.com/svlandeg).
index 25ed2bbeb7444246d061e4b3ed7d3c7355d643ad..4f6982035e35ddd351989e88cb2478d6ef8f9a6b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.0"
+__version__ = "0.123.1"
 
 from starlette import status as status