Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

0.15.1

Compare
Choose a tag to compare
@kurtmckee kurtmckee released this 09 May 22:35
· 146 commits to main since this release
48c05fd

Bugfixes

  • Fix a missing dependency when running on Python 3.10.

    This was fixed by adding typing-extensions as an explicit dependency.
    Note that pip may need to be upgraded due to changes in its dependency resolver.