]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.121.0 0.121.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Nov 2025 10:21:36 +0000 (11:21 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 3 Nov 2025 10:21:36 +0000 (11:21 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 93e6d3e12e30fa1bf5233f616718d14531c7ce68..a08aa14fc4327b8a94b11f5000aa604231e0b4db 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.121.0
+
 ### Features
 
 * âœ¨ Add support for dependencies with scopes, support `scope="request"` for dependencies with `yield` that exit before the response is sent. PR [#14262](https://github.com/fastapi/fastapi/pull/14262) by [@tiangolo](https://github.com/tiangolo).
index 93555bfdc88b728f87c3dab42315c5762721d795..f4a952bf5c264a4aac495ec9d6167372a4541e1d 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.120.4"
+__version__ = "0.121.0"
 
 from starlette import status as status