firedantic
firedantic copied to clipboard
See if we can support better typings for model classes
E.g. the new Python Self type could be useful to help better define the types for model classes and get better IDE support for typing. We'd likely have to bump Python version requirement from 3.9 to a higher one, unless there's a backported from __future__ or similar for the new type.