From: github-actions Date: Sat, 12 Oct 2024 09:36:55 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.115.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b29cf1621a9b9046ff68cf21c67f96953bc8feeb;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 4fe600ed40..d070a84a33 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Fixes + +* 🐛 Remove `Required` shadowing from fastapi using Pydantic v2. PR [#12197](https://github.com/fastapi/fastapi/pull/12197) by [@pachewise](https://github.com/pachewise). + ### Refactors * ♻️ Update type annotations for improved `python-multipart`. PR [#12407](https://github.com/fastapi/fastapi/pull/12407) by [@tiangolo](https://github.com/tiangolo).