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
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.
The text was updated successfully, but these errors were encountered:
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 backportedfrom __future__
or similar for the new type.The text was updated successfully, but these errors were encountered: