📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot] 2025-12-02 17:23:36 +00:00
parent 1c1e584abd
commit 4ade6d62e2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ hide:
### Features
* ✨ Add support for wrapped functions (e.g. `@functools.wraps()`) used with forward references. PR [#5077](https://github.com/fastapi/fastapi/pull/5077) by [@lucaswiman](https://github.com/lucaswiman).
* ✨ Handle wrapped dependencies. PR [#9555](https://github.com/fastapi/fastapi/pull/9555) by [@phy1729](https://github.com/phy1729).
### Fixes