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

index 9323eb7586fa2036de722085c35ad2ce657b5351..ed39da11167cb044ad9007652175ce2858be0a66 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.9
+
 ### Fixes
 
 * 🐛 Fix OAuth2 scopes in OpenAPI in extra corner cases, parent dependency with scopes, sub-dependency security scheme without scopes. PR [#14459](https://github.com/fastapi/fastapi/pull/14459) by [@tiangolo](https://github.com/tiangolo).
index b5f5300f0dda0567bb7069f8ecb67cdef7821e5b..dc5467b0f6faea5a5a706e60ffa4b37c7a0b74bb 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.123.8"
+__version__ = "0.123.9"
 
 from starlette import status as status