From: Sebastián Ramírez Date: Thu, 4 Dec 2025 13:01:00 +0000 (+0100) Subject: 🔖 Release version 0.123.8 X-Git-Tag: 0.123.8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb1d50479ba0ac873e4ffa08a824b1d822ca3a17;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.123.8 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 86b21e8f1..50eaef514 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.123.8 + ### Fixes * 🐛 Fix OpenAPI security scheme OAuth2 scopes declaration, deduplicate security schemes with different scopes. PR [#14455](https://github.com/fastapi/fastapi/pull/14455) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 61d751e58..b5f5300f0 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.7" +__version__ = "0.123.8" from starlette import status as status