You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First Check
Commit to Help
Example Code
Description
A using a generic SQLModel subclass to create,B using a generic BaseModel subclass to create, C is simple SQLModel.
The json schema generated by A[C] cannot be displayed correctly in the FastAPI /docs, the schema for C is not displayed.
The B[C] is normal.
Operating System
Windows
Operating System Details
No response
SQLModel Version
0.0.19
Python Version
3.10.10
Additional Context
pydantic 2.7.4
FastAPI 0.111.0
Beta Was this translation helpful? Give feedback.
All reactions