Replies: 1 comment 6 replies
-
Should be fixed in 0.0.27 |
Beta Was this translation helpful? Give feedback.
6 replies
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
Commit to Help
Example Code
Description
Creating models fails with
pydantic >= 2.12.0
. Here is the error:This same code has always worked for all
pydantic
versions prior to2.12.0
.I tested with
sqlmodel == 0.0.25
andsqlmodel == 0.0.26
and both fail when I bumppydantic
to2.12.0
, even though the dependency resolver forsqlmodel
allows for it to be upgraded.Operating System
macOS
Operating System Details
MacOS ARM 15.6.1
SQLModel Version
0.0.26
Python Version
Python 3.12.11
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions