SQLModel's Field is needs to update the name of a param for compatibility with Pydantic. #2082
Unanswered
lwashington3
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
First Check
Example Code
Description
Pydantic's Field changed the parameter name of regex to pattern, so the value given to regex isn't being used by Pydantic.
Operating System
Linux
Operating System Details
Docker image base:
python:3.14.4-slimProject Version
0.0.38
Python Version
3.14.4
Additional Context
pydantic==2.13.4
pydantic_settings==2.14.2
All reactions