]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes 0.126.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Dec 2025 16:15:42 +0000 (17:15 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Dec 2025 16:15:42 +0000 (17:15 +0100)
docs/en/docs/release-notes.md

index d2026b756ff10fc627a3ad35e200e67954906f22..3a7c2a6ce6997eef7827a5a20a6797122d875bf3 100644 (file)
@@ -12,6 +12,8 @@ hide:
 ### Upgrades
 
 * ➖ Drop support for Pydantic v1, keeping short temporary support for Pydantic v2's `pydantic.v1`. PR [#14575](https://github.com/fastapi/fastapi/pull/14575) by [@tiangolo](https://github.com/tiangolo).
+    * The minimum version of Pydantic installed is now `pydantic >=2.7.0`.
+    * The `standard` dependencies now include `pydantic-settings >=2.0.0` and `pydantic-extra-types >=2.0.0`.
 
 ### Docs