From: Sebastián Ramírez Date: Thu, 4 Dec 2025 22:23:21 +0000 (+0100) Subject: 🔖 Release version 0.123.9 X-Git-Tag: 0.123.9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0dd1046a688935ffd23666b3d4164b838a4d8fe;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.123.9 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 9323eb758..ed39da111 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.123.9 + ### Fixes * 🐛 Fix OAuth2 scopes in OpenAPI in extra corner cases, parent dependency with scopes, sub-dependency security scheme without scopes. PR [#14459](https://github.com/fastapi/fastapi/pull/14459) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index b5f5300f0..dc5467b0f 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.8" +__version__ = "0.123.9" from starlette import status as status