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

docs/en/docs/release-notes.md

index 5319af0ebe79642be5f6c3e59469d5ba3ac258a9..f540ac78e68abe0129800e7d6b9031bb2e0d32e8 100644 (file)
@@ -11,6 +11,10 @@ hide:
 
 * ✨ Handle wrapped dependencies. PR [#9555](https://github.com/fastapi/fastapi/pull/9555) by [@phy1729](https://github.com/phy1729).
 
+### Refactors
+
+* ♻️ Refactor internals, update `is_coroutine` check to reuse internal supported variants (unwrap, check class). PR [#14434](https://github.com/fastapi/fastapi/pull/14434) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.123.4
 
 ### Fixes