Replies: 4 comments
-
Hi, I'm seeing "Type of "Field" is partially unknown" when importing Field from sqlmodel. |
Beta Was this translation helpful? Give feedback.
-
Hi,
|
Beta Was this translation helpful? Give feedback.
-
Any fix for Alembic auto-generated columns?
|
Beta Was this translation helpful? Give feedback.
-
Works fine in current version (0.0.24) ![]() ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
Moreover,
Bar
resolves to...instead of
foo: Foo
However, if I change Foo back to a pydantic BaseModel, it works as expected without typing issues.
Full stack trace:
(Of note: Field also throws a type error
Beta Was this translation helpful? Give feedback.
All reactions