From: Sebastián Ramírez Date: Fri, 12 Dec 2025 14:59:12 +0000 (+0100) Subject: 🔖 Release version 0.124.4 X-Git-Tag: 0.124.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1d9769f97295a238df8c2d318ad65dd6a40c6ff;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.124.4 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index f800036041..02fae0e62e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index eeb2e10031..e02969c55f 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -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