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

index 592fa50891af6d249bab99f4877f871294b0c200..4747d5729e03647345391ff85866ea8acb9fd6b2 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.7
+
 ### Fixes
 
 * 🐛 Fix evaluating stringified annotations in Python 3.10. PR [#11355](https://github.com/fastapi/fastapi/pull/11355) by [@chaen](https://github.com/chaen).
index 32223231e5df08b5e1d3ad9fbb708e38275bf553..61d751e5876bf797e83f27390b34420e19103c11 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.6"
+__version__ = "0.123.7"
 
 from starlette import status as status