From: Sebastián Ramírez Date: Tue, 2 Dec 2025 05:31:27 +0000 (+0100) Subject: 🔖 Release version 0.123.2 X-Git-Tag: 0.123.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c54a8f07b70cdd40e3d81ea319e9fcccd2481d2;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.123.2 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 200e8cc898..2e64f0c0ac 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.123.2 + ### Fixes * 🐛 Fix unformatted `{type_}` in FastAPIError. PR [#14416](https://github.com/fastapi/fastapi/pull/14416) by [@Just-Helpful](https://github.com/Just-Helpful). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 4f6982035e..7a6ee14f2c 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.1" +__version__ = "0.123.2" from starlette import status as status