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
utils.py in schema has a number of Mixins, these help with some base assumptions like Identity, Date Time of creation and update of models.
Identity inherits from pydantic BaseModel and creates a method resolution issue.
This pattern should be rethought to also provide a generic implementation of #27
Perhaps a BaseModel provided by the package that has the base configuration requires and Mixin simply add garnish and not provide a BaseModel resolution
The text was updated successfully, but these errors were encountered:
utils.py
inschema
has a number ofMixins
, these help with some base assumptions like Identity, Date Time of creation and update of models.Identity
inherits from pydanticBaseModel
and creates a method resolution issue.This pattern should be rethought to also provide a generic implementation of #27
Perhaps a
BaseModel
provided by the package that has the base configuration requires andMixin
simply add garnish and not provide a BaseModel resolutionThe text was updated successfully, but these errors were encountered: