]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 20 Oct 2025 11:27:39 +0000 (11:27 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 20 Oct 2025 11:27:39 +0000 (11:27 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 489bfd0fc78ef0633ed2f3a168e11023bf5203e0..a07aed05f1965b5e483ac65b97b64102810831eb 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix internal Pydantic v1 compatibility (warnings) for Python 3.14 and Pydantic 2.12.1. PR [#14186](https://github.com/fastapi/fastapi/pull/14186) by [@svlandeg](https://github.com/svlandeg).
+
 ### Docs
 
 * 📝 Replace `starlette.io` by `starlette.dev` and `uvicorn.org` by `uvicorn.dev`. PR [#14176](https://github.com/fastapi/fastapi/pull/14176) by [@Kludex](https://github.com/Kludex).