]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Fri, 4 Aug 2023 20:58:08 +0000 (20:58 +0000)
committergithub-actions <github-actions@github.com>
Fri, 4 Aug 2023 20:58:08 +0000 (20:58 +0000)
docs/en/docs/release-notes.md

index c3756ebd3197c8492c099d8a4e952ad6cce90ff6..383be69ff51149e41f9b9c68f57834be0bfad910 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 📌 Do not allow Pydantic 2.1.0 that breaks (require 2.1.1). PR [#10012](https://github.com/tiangolo/fastapi/pull/10012) by [@tiangolo](https://github.com/tiangolo).
 ### Features
 
 * ✨ Enable Pydantic's serialization mode for responses, add support for Pydantic's `computed_field`, better OpenAPI for response models, proper required attributes, better generated clients. PR [#10011](https://github.com/tiangolo/fastapi/pull/10011) by [@tiangolo](https://github.com/tiangolo).