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 de98eb6 commit c3e3344Copy full SHA for c3e3344
setup.py
@@ -28,7 +28,7 @@
28
'Programming Language :: Python :: 3.7',
29
'Programming Language :: Python :: Implementation :: PyPy',
30
],
31
- install_requires=['graphql-core-next>=1.0.5'],
+ install_requires=['graphql-core>=3.0.0a0'],
32
python_requires='>=3.6,<4',
33
packages=find_packages('src'),
34
package_dir={'': 'src'},
0 commit comments