]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 28 Jul 2026 14:04:58 +0000 (14:04 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 28 Jul 2026 14:04:58 +0000 (14:04 +0000)
[skip ci]

docs/en/docs/release-notes.md

index e78eef5f2c50e3faa35fa7851a410ca32e74f313..111587bb20ee88a6e56ad560895fd5205584ff57 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix handling sequences with nested Annotated types. PR [#14874](https://github.com/fastapi/fastapi/pull/14874) by [@YuriiMotov](https://github.com/YuriiMotov).
+
 ### Internal
 
 * 🐛 Accept any base test failure as regression. PR [#16092](https://github.com/fastapi/fastapi/pull/16092) by [@tiangolo](https://github.com/tiangolo).