]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
🐛 Fix support for `Annotated` fields with Pydantic 2.12+ (#1607)
authorVictor Mota <vimota@gmail.com>
Sun, 1 Feb 2026 18:14:55 +0000 (13:14 -0500)
committerGitHub <noreply@github.com>
Sun, 1 Feb 2026 18:14:55 +0000 (19:14 +0100)
commit66533c96d9420e540229ef5f3b3c3b274a449fae
treebe750a87852789d380d7ef392d78d606f5f9a75a
parent5611bda2e5c43929108ce2a2ac8820455a7bac4b
🐛 Fix support for `Annotated` fields with Pydantic 2.12+ (#1607)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: svlandeg <svlandeg@github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
sqlmodel/main.py
tests/test_field_sa_column.py
tests/test_future_annotations.py [new file with mode: 0644]
tests/test_main.py