]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 1 Feb 2026 18:15:11 +0000 (18:15 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 1 Feb 2026 18:15:11 +0000 (18:15 +0000)
[skip ci]

docs/release-notes.md

index 54ae078f97e993d8e3baeb28eb86bdb73026597f..3fa8fd5ee23d8340134cfc1bbbe95af8b8dc930c 100644 (file)
@@ -2,6 +2,10 @@
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix support for `Annotated` fields with Pydantic 2.12+. PR [#1607](https://github.com/fastapi/sqlmodel/pull/1607) by [@vimota](https://github.com/vimota).
+
 ### Refactors
 
 * ♻️ Import `Literal` from the `typing` module directly. PR [#1699](https://github.com/fastapi/sqlmodel/pull/1699) by [@svlandeg](https://github.com/svlandeg).