Skip to content

v1.12.3

Choose a tag to compare

@TomGeorge1234 TomGeorge1234 released this 13 Mar 12:40
· 65 commits to main since this release

Bug fix to maintain compatibility with python<=3.8.

We had been using list[str] (works in python>=3.9 only) and so have reverted back to from typing import List then List[str]. This fixes issue #105