We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14d1f4 commit aa1ffadCopy full SHA for aa1ffad
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup, find_packages
4
5
install_requires = [
6
- "graphql-core>=3.3.0a3,<3.4",
+ "graphql-core>=3.2,<3.3",
7
"yarl>=1.6,<2.0",
8
"backoff>=1.11.1,<3.0",
9
"anyio>=3.0,<5",
0 commit comments