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

index 529c8016044e284a0a85176cfa668d0f23918554..c397528aa738776af893bf45e5830cbfc9c27f4d 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.5
+
 ### Features
 
 * âœ¨ Allow using dependables with `functools.partial()`. PR [#9753](https://github.com/fastapi/fastapi/pull/9753) by [@lieryan](https://github.com/lieryan).
index b1d2dcecc87bba9a3a795a0c0f04ca9acfcc332b..80b2a99c1702917198978256085b7b0a4afefc98 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.4"
+__version__ = "0.123.5"
 
 from starlette import status as status