ioxiocom / firedantic

Database models for Firestore using Pydantic base models.
BSD 3-Clause "New" or "Revised" License
43 stars 14 forks source link

See if we can support better typings for model classes #56

Open lietu opened 7 months ago

lietu commented 7 months ago

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.