📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot] 2025-12-04 07:29:53 +00:00
parent bba4d4c95e
commit 6c6b9d7a2b
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ hide:
## Latest Changes
### Fixes
* 🐛 Fix support for functools wraps and partial combined, for async and regular functions and classes in path operations and dependencies. PR [#14448](https://github.com/fastapi/fastapi/pull/14448) by [@tiangolo](https://github.com/tiangolo).
## 0.123.5
### Features