Skip to content

v2.0.2

Choose a tag to compare

@jmgate jmgate released this 17 Dec 17:49
· 189 commits to master since this release

Bug fixes

  • fix: Switch import location (7948fc2)

    In Python 3.9, typing.Sequence was deprecated in favor of
    collections.abc.Sequence (see PEP 585).