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

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