graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)
MIT License
374 stars 184 forks source link

Fix Python 3.7 deprecation warnings #212

Closed elprans closed 5 years ago

elprans commented 5 years ago

Importing ABCs directly from the collections module is deprecated in Python 3.7.

dan98765 commented 5 years ago

Resolved in https://github.com/graphql-python/graphql-core/pull/226