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

index b50a2f2dc3523ef4ebeef9b864276856f3f83dc0..7c2ea54f93f5f066295c9abb914fd6de6543cfdb 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.121.1
+
 ### Fixes
 
 * 🐛 Fix `Depends(func, scope='function')` for top level (parameterless) dependencies. PR [#14301](https://github.com/fastapi/fastapi/pull/14301) by [@luzzodev](https://github.com/luzzodev).
index f4a952bf5c264a4aac495ec9d6167372a4541e1d..5c4804e1961bf7959d4f853e92f64e2e91a0e7bc 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.121.0"
+__version__ = "0.121.1"
 
 from starlette import status as status