pyswagger icon indicating copy to clipboard operation
pyswagger copied to clipboard

fix MutableMapping import for Python 3.3+

Open alissa-huskey opened this issue 1 year ago • 1 comments

In Python 3.3 collections.MutableMapping was moved to collections.abc.MutableMapping, which breaks your imports. This does the import in a try/except block in a new compat.py file to avoid the bug.

alissa-huskey avatar May 28 '24 12:05 alissa-huskey

Please merge!

warnes avatar Jun 24 '24 16:06 warnes