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 c65d2bb + d6f6f15 commit e9a4489Copy full SHA for e9a4489
setup.py
@@ -33,7 +33,7 @@ def read(*rnames):
33
keywords=["graphene", "graphql", "gql", "federation"],
34
install_requires=[
35
"graphene>=3.1",
36
- "graphql-core>=3.1,<3.2", # until https://github.com/graphql-python/graphene/pull/1421 is released in graphene
+ "graphql-core>=3.1",
37
],
38
classifiers=[
39
"Development Status :: 5 - Production/Stable",
0 commit comments