- add Mixin `WithDecoratedMethods` that makes it easy to find out which method is decorated with which specific parametrized decorator - drop support for Python 3.9 and 3.10
1.16.4
- fix `GenericMixin` bug that appears when using inheritance
1.16.3
- improve error message for the case that you call `GenericMixin.type_var()` in the `__init__()` method.
1.16.2
- [add conda-forge install instructions and version](https://github.com/LostInDarkMath/pedantic-python-decorators/pull/93)
1.16.1
- bump `flask` and `werkzeug` to version `3.0.0`
1.16.0
- allow type hints like `list[int], dict[str, float], ...` - drop support for Python 3.8