📝 Update release notes

This commit is contained in:
github-actions 2024-10-12 09:45:17 +00:00
parent e049fc4ea1
commit f0be768646
1 changed files with 1 additions and 0 deletions

View 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