]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.124.3 0.124.3
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Dec 2025 14:32:58 +0000 (15:32 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Dec 2025 14:32:58 +0000 (15:32 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 760a8c2d8750ae90acdfa6892a23722370d0b8aa..05c43b5f6e065156d48b427ac3123b41f052406b 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.124.3
+
 ### Fixes
 
 * 🐛 Fix support for tagged union with discriminator inside of `Annotated` with `Body()`. PR [#14512](https://github.com/fastapi/fastapi/pull/14512) by [@tiangolo](https://github.com/tiangolo).
index 8de426ad42d03b402a953c221bf2452c790d1170..eeb2e100311368c6dd3bab4c1941b8bf635fea19 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.124.2"
+__version__ = "0.124.3"
 
 from starlette import status as status