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 bf034ca commit 324df19Copy full SHA for 324df19
setup.py
@@ -82,7 +82,7 @@ def run_tests(self):
82
keywords="api graphql protocol rest relay graphene",
83
packages=find_packages(exclude=["examples*"]),
84
install_requires=[
85
- "graphql-core>=3.1.0b1,<4",
+ "graphql-core>=3.1.1,<4",
86
"graphql-relay>=3.0,<4",
87
"aniso8601>=8,<9",
88
],
0 commit comments