From b055241cba0d3b9039f8efe886f236b57408a227 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Sat, 8 Feb 2020 10:55:51 +0000 Subject: [PATCH] Update minimum graphql-core version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58ec7345..856a4bd6 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ setup( keywords="api graphql protocol rest relay graphene", packages=find_packages(exclude=["tests", "tests.*", "examples"]), install_requires=[ - "graphql-core>=3.0.0,<4", + "graphql-core>=3.0.3,<4", "graphql-relay>=3.0.0,<4", "aniso8601>=6,<9", ],