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