genomoncology / related

Nested Object Models in Python with dictionary, YAML, and JSON transformation support
MIT License
198 stars 15 forks source link

Deprecation warnings on python 3.7 #27

Closed nicoulaj closed 5 years ago

nicoulaj commented 5 years ago
.../lib/python3.7/site-packages/related/types.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import (MutableSequence, MutableMapping, OrderedDict,
imaurer commented 5 years ago

Thanks for the heads up on py37!