- Optionally allow overriding dependencies. - Unified configure syntax with clear and once flags.
5.0.0
- Support for PEP0604 for Python>=3.10.
4.3.1
- Use assertRaisesRegex instead of assertRaisesRegexp to fix deprecation warnings.
4.3.0
- Support for classes in autoparams, 59. - Support for asyncio, 66.
4.2.0
- Migrated autoparams and annotations to typing.get_type_hints. - Fix boolean casting to make possible to inject DataFrame (55) 56. - Add support for forward references 54.