Skip to content

Commit b6c8931

Browse files
authored
Fix GraphQL-core dependency
GraphQL-core released `3.2.0rc1` with some breaking changes and 1. We should be getting RC releases in our dependencies 2. It has breaking changes, so we shouldn't get 3.2.0 unless someone fixes it explicitly
1 parent f039af2 commit b6c8931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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)