Skip to content

Commit 03aad27

Browse files
authored
Merge pull request #1377 from graphql-python/fix-graphql-core-dependency
Fix GraphQL-core dependency
2 parents f039af2 + b6c8931 commit 03aad27

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
@@ -82,7 +82,7 @@ def run_tests(self):
8282
keywords="api graphql protocol rest relay graphene",
8383
packages=find_packages(exclude=["examples*"]),
8484
install_requires=[
85-
"graphql-core>=3.1.2,<4",
85+
"graphql-core~=3.1.2",
8686
"graphql-relay>=3.0,<4",
8787
"aniso8601>=8,<10",
8888
],

0 commit comments

Comments
 (0)