]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.124.2 0.124.2
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 10 Dec 2025 12:07:53 +0000 (13:07 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 10 Dec 2025 12:07:53 +0000 (13:07 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 8e69b52f74afedd77c3e1962fea8bdb6edfd849e..a0d0a40379cafca399e0dee4045e6ffec14b1256 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.124.2
+
 ### Fixes
 
 * 🐛 Fix support for `if TYPE_CHECKING`,  non-evaluated stringified annotations. PR [#14485](https://github.com/fastapi/fastapi/pull/14485) by [@tiangolo](https://github.com/tiangolo).
index 2e7dba8a1b005c9b0b2ffae847f3572ba5ae15ba..8de426ad42d03b402a953c221bf2452c790d1170 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.124.1"
+__version__ = "0.124.2"
 
 from starlette import status as status