object-mapper icon indicating copy to clipboard operation
object-mapper copied to clipboard

ImportError: cannot import name 'MutableMapping' from 'collections' (Python 3.10)

Open konstunn opened this issue 1 year ago • 1 comments

In Python 3.10 MutableMapping and others has been moved to collections.abc so the object-mapper package will not work with Python 3.10.

https://stackoverflow.com/a/70870087 - here is a good summary of the problem with links to the official Python docs.

konstunn avatar Feb 09 '24 13:02 konstunn

When will this bug be fixed?

feiazifeiazi avatar Oct 29 '24 03:10 feiazifeiazi