Skip to content

3.2.1 - Callable typing bugfix for Python3.9.0 and 3.9.1

Compare
Choose a tag to compare
@JonasKs JonasKs released this 07 Mar 09:14
· 205 commits to main since this release

Bugfix

  • Python3.9.0 and Python3.9.1 has a bug with collections.abc.Callable, so this typing import has been changed to typing.Callable ( @ravaszf and @JonasKs #50 )