Humbug Python library v0.2.7
Fixes error when importing HumbugReporter in Python 3.6 environments.
The issue was caused by the fact that dataclasses was only introduces as a standard package in Python 3.7. We fixed the issue by conditionally installing the dataclasses backport when the Python version is 3.6.