- [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)
1.14.5
- fix issue that appears when using `slots=True` in the `frozen_dataclass` decorator
1.14.4
- added release notes to GitHub releases (CI)
1.14.3
- fix a typo in the docs [here](https://github.com/LostInDarkMath/pedantic-python-decorators/pull/79)