From: github-actions Date: Sat, 12 Oct 2024 09:45:17 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.115.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0be7686468229a7c9aa49c0c2cfff754c81dbdc;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index d070a84a33..07035bf940 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -9,6 +9,7 @@ hide: ### Fixes +* 🐛 Fix openapi generation with responses kwarg. PR [#10895](https://github.com/fastapi/fastapi/pull/10895) by [@flxdot](https://github.com/flxdot). * 🐛 Remove `Required` shadowing from fastapi using Pydantic v2. PR [#12197](https://github.com/fastapi/fastapi/pull/12197) by [@pachewise](https://github.com/pachewise). ### Refactors