From: Sebastián Ramírez Date: Tue, 2 Dec 2025 07:42:22 +0000 (+0100) Subject: 🔖 Release version 0.123.3 X-Git-Tag: 0.123.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c516c9904bfd07a5b48aaac205740bc20e8ec21e;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.123.3 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 3a82da71dc..1d42e180a7 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.123.3 + ### Fixes * 🐛 Fix Query\Header\Cookie parameter model alias. PR [#14360](https://github.com/fastapi/fastapi/pull/14360) by [@YuriiMotov](https://github.com/YuriiMotov). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 7a6ee14f2c..a15326cc25 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.123.2" +__version__ = "0.123.3" from starlette import status as status