]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 27 Jul 2026 16:18:08 +0000 (16:18 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 27 Jul 2026 16:18:08 +0000 (16:18 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 935fa83ec8cda30e15ec016ad113ceb0809c7699..1e16c26fc177a764a0ea9ae8c55b3e587adc9ca4 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Refactors
+
+* ⚡️ Avoid flattening dependencies for request parameters, mainly for OpenAPI. PR [#16073](https://github.com/fastapi/fastapi/pull/16073) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.140.5 (2026-07-27)
 
 ### Refactors