From 9a1ac2eee39c892e45b613343870472dfaca2fc7 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Thu, 25 Jun 2020 11:55:17 +0100 Subject: [PATCH] Set min version of graphql-core to v3.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34ee7dba..24bddcf9 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( keywords="api graphql protocol rest relay graphene", packages=find_packages(exclude=["examples*"]), install_requires=[ - "graphql-core>=3.1.0b1,<4", + "graphql-core>=3.1.1,<4", "graphql-relay>=3.0,<4", "aniso8601>=8,<9", ],