#### The problem The base class Factory has a generic type, but SQLAlchemyModelFactory doesn't. #### Proposed solution Add a generic type to SQLAlchemyModelFactory that applies to the basic class Factory.