]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.120.3 0.120.3
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 30 Oct 2025 20:40:08 +0000 (21:40 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 30 Oct 2025 20:40:08 +0000 (21:40 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 64c2153063f0914c4aa94ba5e06060b78e6220ab..a2c99eaf9741e6677cd3220c9242786fa0f2f104 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.120.3
+
 ### Refactors
 
 * ♻️ Reduce internal cyclic recursion in dependencies, from 2 functions calling each other to 1 calling itself. PR [#14256](https://github.com/fastapi/fastapi/pull/14256) by [@tiangolo](https://github.com/tiangolo).
index a4c17a6bd823f902fc7a116d921a72a98d875b33..945f800e4a7ad57b078038d24dc651eeaa8d9496 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.120.2"
+__version__ = "0.120.3"
 
 from starlette import status as status