Replies: 3 comments
-
Hi, I'm seeing "Type of "Field" is partially unknown" when importing Field from sqlmodel. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Any fix for Alembic auto-generated columns?
|
Beta Was this translation helpful? Give feedback.
0 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.
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