djantic
djantic copied to clipboard
Allow abstract subclasses of ModelSchema
Adding the option to implement custom methods in abstract ModelSchema subclasses that cannot be instantiated and thus they don't have to undergo the strict checks that regular ModelSchemata need to fulfill.
Closes !62
Thanks @mikulas-mrva. I'll need to fix some issue in GH workflow and try to review this on the weekend.
@jordaneremieff Any way I can help with the workflow issues?
@mikulas-mrva hey, sorry haven't had a chance to come back to this (that time of the year...). Sure if you want to open another PR that modifies the workflows file/passes then I can merge that and run it for this.
It looks like one of more of the Python versions specified for the tests is no longer available.
@jordaneremieff I have changed 3.10.0
to 3.10
and added 3.11
now that it's out, but seems I need your approval to see if it helped.