]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 18 Apr 2024 22:49:56 +0000 (22:49 +0000)
committergithub-actions <github-actions@github.com>
Thu, 18 Apr 2024 22:49:56 +0000 (22:49 +0000)
docs/en/docs/release-notes.md

index f7342373ba15dee1ffbd557549f1ce8a087ebaf5..49df7a77112d5d920d85f2f6cf20a1cfe9509466 100644 (file)
@@ -13,6 +13,7 @@ hide:
 
 ### Refactors
 
+* ♻️ Simplify Pydantic configs in OpenAPI models in `fastapi/openapi/models.py`. PR [#10886](https://github.com/tiangolo/fastapi/pull/10886) by [@JoeTanto2](https://github.com/JoeTanto2).
 * ✨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR [#11461](https://github.com/tiangolo/fastapi/pull/11461) by [@tiangolo](https://github.com/tiangolo).
 
 ### Docs