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

index fd1aa90cb1c4c6b18b6e0e4d34c4419429e423bb..df004dd8cfdd13a8b9b278c559f67dadf918b223 100644 (file)
@@ -7,6 +7,7 @@ hide:
 
 ## Latest Changes
 
+* 📝 Update example validation error from Pydantic v1 to match Pydantic v2 in `docs/en/docs/tutorial/path-params.md`. PR [#10043](https://github.com/tiangolo/fastapi/pull/10043) by [@giuliowaitforitdavide](https://github.com/giuliowaitforitdavide).
 * ✏️ Fix typos in emoji docs and in some source examples. PR [#10438](https://github.com/tiangolo/fastapi/pull/10438) by [@afuetterer](https://github.com/afuetterer).
 * ✏️ Fix typo in `docs/en/docs/reference/dependencies.md`. PR [#10465](https://github.com/tiangolo/fastapi/pull/10465) by [@suravshresth](https://github.com/suravshresth).
 * ✏️ Fix typos and rewordings in `docs/en/docs/tutorial/body-nested-models.md`. PR [#10468](https://github.com/tiangolo/fastapi/pull/10468) by [@yogabonito](https://github.com/yogabonito).