📝 Update release notes

This commit is contained in:
github-actions 2024-04-18 22:49:56 +00:00
parent 74cc33d16b
commit 8a45645177
1 changed files with 1 additions and 0 deletions

View 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