kensho-technologies/graphql-compiler

Upgrade dataclasses backport to version 0.7+

Opened this issue · 0 comments

https://pypi.org/project/dataclasses/

We are not able to use the latest version (0.7+) as it is not supported in Python 3.8, which is what we use in our Pipfile. When we switch to poetry ( #677 ), we should be able to do this.