]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.123.0 0.123.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 30 Nov 2025 14:47:35 +0000 (15:47 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 30 Nov 2025 14:47:35 +0000 (15:47 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 505ae48a541160400352694458e3702e0ea3047f..8848784b125985fd7508a91bfafa68dd3174b2fd 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.123.0
+
 ### Fixes
 
 * 🐛 Cache dependencies that don't use scopes and don't have sub-dependencies with scopes. PR [#14419](https://github.com/fastapi/fastapi/pull/14419) by [@tiangolo](https://github.com/tiangolo).
index 92c067e503a564aef60d5813cfe9425ce71bdaf6..25ed2bbeb7444246d061e4b3ed7d3c7355d643ad 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.122.1"
+__version__ = "0.123.0"
 
 from starlette import status as status