Skip to content

Commit

Permalink
Merge pull request #1377 from graphql-python/fix-graphql-core-dependency
Browse files Browse the repository at this point in the history
Fix GraphQL-core dependency
  • Loading branch information
syrusakbary authored Sep 30, 2021
2 parents f039af2 + b6c8931 commit 03aad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run_tests(self):
keywords="api graphql protocol rest relay graphene",
packages=find_packages(exclude=["examples*"]),
install_requires=[
"graphql-core>=3.1.2,<4",
"graphql-core~=3.1.2",
"graphql-relay>=3.0,<4",
"aniso8601>=8,<10",
],
Expand Down

0 comments on commit 03aad27

Please sign in to comment.