]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 12 Oct 2024 09:45:17 +0000 (09:45 +0000)
committergithub-actions <github-actions@github.com>
Sat, 12 Oct 2024 09:45:17 +0000 (09:45 +0000)
docs/en/docs/release-notes.md

index d070a84a33e7e7e30f54b36a91d01f2297010c17..07035bf940ffcf4966db48e2a3e63fba435afd4a 100644 (file)
@@ -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