From: github-actions[bot] Date: Sat, 20 Sep 2025 16:31:01 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.117.0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2f6b92a83eda19c3a070fd834a773cd0ba27e6a;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes [skip ci] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 3bf0899fc..e3546df4e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Fixes + +* 🐛 Fix `inspect.getcoroutinefunction()` can break testing with `unittest.mock.patch()`. PR [#14022](https://github.com/fastapi/fastapi/pull/14022) by [@secrett2633](https://github.com/secrett2633). + ### Refactors * 📌 Pin `httpx` to `>=0.23.0,<1.0.0`. PR [#14086](https://github.com/fastapi/fastapi/pull/14086) by [@YuriiMotov](https://github.com/YuriiMotov).