- Fix type annotation for `Faker.add_provider` (it takes a BaseProvider instance or class) https://github.com/youtux/types-factory-boy/pull/17
0.4.0
Fixed
- Fix type annotation for `FactoryMetaClass.__new__`. Now it returns a `Self` https://github.com/youtux/types-factory-boy/pull/15 - Use `Self` now that mypy 1.0 supports it https://github.com/youtux/types-factory-boy/pull/15