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

index 86b21e8f1265f54a1e54ca1c2acadbfc497f239c..50eaef514556aa8da609eba94e9ed4a27cf71b46 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.8
+
 ### Fixes
 
 * 🐛 Fix OpenAPI security scheme OAuth2 scopes declaration, deduplicate security schemes with different scopes. PR [#14455](https://github.com/fastapi/fastapi/pull/14455) by [@tiangolo](https://github.com/tiangolo).
index 61d751e5876bf797e83f27390b34420e19103c11..b5f5300f0dda0567bb7069f8ecb67cdef7821e5b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.7"
+__version__ = "0.123.8"
 
 from starlette import status as status