📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot] 2025-12-02 17:00:02 +00:00
parent 80d69ae0bb
commit 930b27e5fa
1 changed files with 4 additions and 0 deletions

View 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).