Skip to content

Commit e9a4489

Browse files
authored
Merge pull request #3 from graphql-python/erikwrede-patch-1
2 parents c65d2bb + d6f6f15 commit e9a4489

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)