ns1-python
ns1-python copied to clipboard
Fixup compatibility with Python 3.10
collections.Iterable was moved to collections.abc.Iterable in Python 3.8 but compatibility was preserved. In Python 3.10, old path was removed.
This has been addressed in v0.18.0.
Since the fix @mburtless suggested was implemented, I'm going to close this ticket. Thanks for pointing out the issue and giving a fix!