]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.120.4 0.120.4
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 31 Oct 2025 18:35:33 +0000 (19:35 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 31 Oct 2025 18:35:33 +0000 (19:35 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index f4d08cd90798308145d1b1aa636b109b4c6c9972..33bf462bdbcfc71b674e8b1926a5c30798bf6109 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.120.4
+
 ### Fixes
 
 * 🐛 Fix security schemes in OpenAPI when added at the top level app. PR [#14266](https://github.com/fastapi/fastapi/pull/14266) by [@YuriiMotov](https://github.com/YuriiMotov).
index 945f800e4a7ad57b078038d24dc651eeaa8d9496..93555bfdc88b728f87c3dab42315c5762721d795 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.120.3"
+__version__ = "0.120.4"
 
 from starlette import status as status