From 870b464b11bd1a11ca4adf8c6fadeda25a97d449 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Mon, 15 Jul 2019 19:29:06 +0100 Subject: [PATCH] Upgrade graphql-relay --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96004f08..1de8b968 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ setup( install_requires=[ "six>=1.10.0,<2", "graphql-core>=2.1,<3", - "graphql-relay>=0.4.5,<1", + "graphql-relay>=2,<3", "aniso8601>=3,<=6", ], tests_require=tests_require,