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

index 65306828d16e82a309b59f5322bb99075d3856d9..975166a6381bde648eaafd649e17b18a9d0c1e25 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.122.1
+
 ### Fixes
 
 * 🐛 Fix hierarchical security scope propagation. PR [#5624](https://github.com/fastapi/fastapi/pull/5624) by [@kristjanvalur](https://github.com/kristjanvalur).
index 3fbd7fc2864b9b8ba3b56c3117888f88647eb6a3..92c067e503a564aef60d5813cfe9425ce71bdaf6 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.122.0"
+__version__ = "0.122.1"
 
 from starlette import status as status