Uh oh!
There was an error while loading. Please reload this page.
🐛 Fix support for Annotated fields with Pydantic 2.12+ - #1607
Merged
Conversation
stickm4n
commented
Oct 20, 2025
Contributor
This is fixed in #1603 |
Closed
8 tasks
Closed
8 tasks
Annotated fields with Pydantic 2.12+ (alternative 2)Annotated fields with Pydantic 2.12+ (alternative 2)Annotated fields with Pydantic 2.12+Annotated fields with Pydantic 2.12+Annotated fields with Pydantic 2.12+ (alternative)vimota
commented
Dec 19, 2025
ContributorAuthor
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
vimota
commented
Dec 28, 2025
ContributorAuthor
No merge conflicts and all tests/checks passing 🫡 |
Annotated fields with Pydantic 2.12+ (alternative)Annotated fields with Pydantic 2.12+tiangolo
approved these changes
Feb 1, 2026
tiangolo
left a comment
Member
There was a problem hiding this comment.
Great, thank you! 🙌
This approach, moving the metadata to its own annotation will allow us (in the future) to stop sub-classing FieldInfo, which the Pydantic team have asked for.
I added a test with stringified annotations (from __future__ import annotations) and this PR fixes/passes that test. ✔️
This will be available in the next few hours in SQLModel 0.0.32 🚀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1597