Skip to content

Commit 324df19

Browse files
authored
Set min version of graphql-core to v3.1.1 (#1215)
1 parent bf034ca commit 324df19

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.0b1,<4",
85+
"graphql-core>=3.1.1,<4",
8686
"graphql-relay>=3.0,<4",
8787
"aniso8601>=8,<9",
8888
],

0 commit comments

Comments
 (0)