From: Sebastián Ramírez Date: Tue, 2 Dec 2025 21:06:25 +0000 (+0100) Subject: 🔖 Release version 0.123.5 X-Git-Tag: 0.123.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c57ac7bdf3613798c94caceff562a41fa16d4a2d;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.123.5 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 529c801604..c397528aa7 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.123.5 + ### Features * ✨ Allow using dependables with `functools.partial()`. PR [#9753](https://github.com/fastapi/fastapi/pull/9753) by [@lieryan](https://github.com/lieryan). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index b1d2dcecc8..80b2a99c17 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.4" +__version__ = "0.123.5" from starlette import status as status