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

index f800036041bc74e9d584774714ffdf0cf619854b..02fae0e62e4f280ac0bfd78858afd551953d48fe 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.124.4
+
 ### Fixes
 
 * 🐛 Fix parameter aliases. PR [#14371](https://github.com/fastapi/fastapi/pull/14371) by [@YuriiMotov](https://github.com/YuriiMotov).
index eeb2e100311368c6dd3bab4c1941b8bf635fea19..e02969c55fbc630a95aa77a890ad89b63566b74c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.124.3"
+__version__ = "0.124.4"
 
 from starlette import status as status