Skip to content

Commit d6f6f15

Browse files
authored
Fix version requirement for graphql-core
Graphene now supports graphql-core v3.2.
1 parent c65d2bb commit d6f6f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read(*rnames):
3333
keywords=["graphene", "graphql", "gql", "federation"],
3434
install_requires=[
3535
"graphene>=3.1",
36-
"graphql-core>=3.1,<3.2", # until https://github.com/graphql-python/graphene/pull/1421 is released in graphene
36+
"graphql-core>=3.1",
3737
],
3838
classifiers=[
3939
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)