graphql-python / flask-graphql

Adds GraphQL support to your Flask application.
MIT License
1.32k stars 139 forks source link

python 3.10+ MutableMapping ImportError #90

Closed wes-public-apps closed 2 years ago

wes-public-apps commented 2 years ago

After python 3.9 collections migrate MutableMapping from collections to collections.abc which causes an import error in this library. I am currently running 3.11 and get the following error message: image

When I roll my python version back to 3.9 this issue goes away.

wes-public-apps commented 2 years ago

moving to graphql_server project