Replies: 4 comments
|
Hi, I'm seeing "Type of "Field" is partially unknown" when importing Field from sqlmodel. |
0 replies
|
Hi, |
0 replies
|
Any fix for Alembic auto-generated columns?
|
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,
Barresolves to...instead of
foo: FooHowever, 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
All reactions