]> 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 20:58:53 +0000 (20:58 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Tue, 2 Dec 2025 20:58:53 +0000 (20:58 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 98ebbcf9b2dcca7f5d8ef16198bc98363276d5d5..529c8016044e284a0a85176cfa668d0f23918554 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Features
 
+* ✨ Allow using dependables with `functools.partial()`. PR [#9753](https://github.com/fastapi/fastapi/pull/9753) by [@lieryan](https://github.com/lieryan).
 * ✨ 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).