]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 2 Dec 2025 17:00:02 +0000 (17:00 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 2 Dec 2025 17:00:02 +0000 (17:00 +0000)
[skip ci]

docs/en/docs/release-notes.md

index e80df1709a72ad749f7443d1401c9a33a2a97100..6fffdc58cd3d441f3632374665defcdae3c32538 100644 (file)
@@ -11,6 +11,10 @@ hide:
 
 * ✨ Handle wrapped dependencies. PR [#9555](https://github.com/fastapi/fastapi/pull/9555) by [@phy1729](https://github.com/phy1729).
 
+### Fixes
+
+* 🐛 Fix optional sequence handling with new union syntax from Python 3.10. PR [#14430](https://github.com/fastapi/fastapi/pull/14430) by [@Viicos](https://github.com/Viicos).
+
 ### Refactors
 
 * 🔥 Remove dangling extra condiitonal no longer needed. PR [#14435](https://github.com/fastapi/fastapi/pull/14435) by [@tiangolo](https://github.com/tiangolo).