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
Adding to this: dataclasses allow for type hints, but not type checking.
To do strict type checking you need to roll your own __post_init__ method with custom code. pydantic models give you the strong type checking "for free".
@gvee-uk Please implement pydantic models so we can have strong type checking :D
The text was updated successfully, but these errors were encountered: