We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8059fd3 commit 874017eCopy full SHA for 874017e
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
install_requires = [
4
- "graphql-core==3.1.0",
+ "graphql-core>=3.1.0,<4",
5
]
6
7
tests_requires = [
0 commit comments