- [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
1.15.1
- [fix the `pedantic-x.y.z.tar.gz` file that is deployed to Pypi](https://github.com/LostInDarkMath/pedantic-python-decorators/issues/89)
1.15.0
- added `safe_contextmanager` and `safe_async_contextmanager` decorators - drop support for Python 3.7 - improve implementation of `in_subprocess` decorator
1.14.6
- [move Deserializable out of flask_parameters.py](https://github.com/LostInDarkMath/pedantic-python-decorators/issues/86)