Comment by flanked-evergl
12 hours ago
Pydantic does some pretty strange stuff which works as expected but confuses the type checker unless you use the pydantic plugin. https://docs.pydantic.dev/latest/integrations/mypy/
12 hours ago
Pydantic does some pretty strange stuff which works as expected but confuses the type checker unless you use the pydantic plugin. https://docs.pydantic.dev/latest/integrations/mypy/
I see. Tried ty and it seemed to know about missing required args. But wasn't able to follow the Field directives.