v1.12.3
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
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