Skip to content

Humbug Python library v0.2.7

Choose a tag to compare

@github-actions github-actions released this 17 Jul 23:01
69fc5a6

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.