v2.0.2
Bug fixes
-
fix: Switch import location (
7948fc2
)In Python 3.9,
typing.Sequence
was deprecated in favor of
collections.abc.Sequence
(see PEP 585).
fix: Switch import location (7948fc2
)
In Python 3.9, typing.Sequence
was deprecated in favor of
collections.abc.Sequence
(see PEP 585).