]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.121.3 0.121.3
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 19 Nov 2025 16:51:59 +0000 (17:51 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 19 Nov 2025 16:51:59 +0000 (17:51 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index c466152f297cd3104b82a95faa16f3b7e033868f..c02fe075dc9dcaef3dbf9768cca711a943eee8a6 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.121.3
+
 ### Refactors
 
 * ♻️ Make the result of `Depends()` and `Security()` hashable, as a workaround for other tools interacting with these internal parts. PR [#14372](https://github.com/fastapi/fastapi/pull/14372) by [@tiangolo](https://github.com/tiangolo).
index 0672423cfc2e467d623bee45db4dd917c9d10af3..85a7ea7b530a4011e660c597e6b50e355b904c9a 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.121.2"
+__version__ = "0.121.3"
 
 from starlette import status as status