pydantic-sqlalchemy
pydantic-sqlalchemy copied to clipboard
FIX: give actual `pydantic` model class a `__name__` attribute
Bugfix: give actual pydantic model class a __name__ attribute. Some other libraries seem to expect that these pydantic models have __name__s.