]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 31 Oct 2025 18:35:03 +0000 (18:35 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fri, 31 Oct 2025 18:35:03 +0000 (18:35 +0000)
[skip ci]

docs/en/docs/release-notes.md

index a2c99eaf9741e6677cd3220c9242786fa0f2f104..f4d08cd90798308145d1b1aa636b109b4c6c9972 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix security schemes in OpenAPI when added at the top level app. PR [#14266](https://github.com/fastapi/fastapi/pull/14266) by [@YuriiMotov](https://github.com/YuriiMotov).
+
 ## 0.120.3
 
 ### Refactors