We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5382d commit 1de3c31Copy full SHA for 1de3c31
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup, find_packages
4
5
install_requires = [
6
- "graphql-core>=3.2.0rc4,<3.3",
+ "graphql-core>=3.2,<3.3",
7
"yarl>=1.6,<2.0",
8
]
9
0 commit comments