Python 3.6 Support
This update removes the annotations
module from being used in order to provide type checks. We also provide Python 3.6 support by using the [3.6]
extras option. By default, the package will work on Colab since Colab already installs a back port of dataclasses
. So installing on Colab with the extras is not necessary.