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

index a687e89ab7da44bf9eda3417ea1dee9de869d890..8c80851b47c90a5477f4fcdd61b3d22209d18c07 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.6
+
 ### Fixes
 
 * 🐛 Fix support for functools wraps and partial combined, for async and regular functions and classes in path operations and dependencies. PR [#14448](https://github.com/fastapi/fastapi/pull/14448) by [@tiangolo](https://github.com/tiangolo).
index 80b2a99c1702917198978256085b7b0a4afefc98..32223231e5df08b5e1d3ad9fbb708e38275bf553 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.5"
+__version__ = "0.123.6"
 
 from starlette import status as status