]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.122.0 0.122.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 24 Nov 2025 19:14:34 +0000 (20:14 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 24 Nov 2025 19:14:34 +0000 (20:14 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 0ccb6b04e54ff85074564404176a85b739201ba0..2c50bc9f293d3ced5b3ac528cc9e3bcb308cb475 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.122.0
+
 ### Fixes
 
 * 🐛 Use `401` status code in security classes when credentials are missing. PR [#13786](https://github.com/fastapi/fastapi/pull/13786) by [@YuriiMotov](https://github.com/YuriiMotov).
index 85a7ea7b530a4011e660c597e6b50e355b904c9a..3fbd7fc2864b9b8ba3b56c3117888f88647eb6a3 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.121.3"
+__version__ = "0.122.0"
 
 from starlette import status as status