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.
2 parents f039af2 + b6c8931 commit 03aad27Copy full SHA for 03aad27
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.2,<4",
+ "graphql-core~=3.1.2",
86
"graphql-relay>=3.0,<4",
87
"aniso8601>=8,<10",
88
],
0 commit comments