]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.121.2 0.121.2
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 13 Nov 2025 17:03:55 +0000 (18:03 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 13 Nov 2025 17:03:55 +0000 (18:03 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 535dadb0b1458a16ae978c18909841b9952ac69b..a3e051a308109c3739b2ce4018f4c36de641903c 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.121.2
+
 ### Fixes
 
 * 🐛 Fix handling of JSON Schema attributes named "$ref". PR [#14349](https://github.com/fastapi/fastapi/pull/14349) by [@tiangolo](https://github.com/tiangolo).
index 5c4804e1961bf7959d4f853e92f64e2e91a0e7bc..0672423cfc2e467d623bee45db4dd917c9d10af3 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.121.1"
+__version__ = "0.121.2"
 
 from starlette import status as status