]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 4 Dec 2025 07:29:53 +0000 (07:29 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 4 Dec 2025 07:29:53 +0000 (07:29 +0000)
[skip ci]

docs/en/docs/release-notes.md

index c397528aa738776af893bf45e5830cbfc9c27f4d..a687e89ab7da44bf9eda3417ea1dee9de869d890 100644 (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