Deprecation warnings
/builds/709/warden/typedcols/typedcols.py:64: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
class TypedDict(collections.MutableMapping):
/builds/709/warden/typedcols/typedcols.py:225: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
class TypedList(collections.MutableSequence):