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
Duplicate of pydantic/pydantic#5821, I believe. There's already been a pydantic PR merged that fixes the issue, we're just waiting for a pydantic release that includes the fix
/usr/local/lib/python3.9/typing.py:852: in subclasscheck
return issubclass(cls, self.origin)
E TypeError: issubclass() arg 1 must be a class
Object declaration:
class RelocationUnit(BaseFrozenModel):
"""Relocation object."""
on 4.5.0 or less it works perfectly.
The text was updated successfully, but these errors were encountered: