diff --git a/setup.py b/setup.py index bcc578ed..53b20930 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( install_requires=[ 'six>=1.10.0', 'graphql-core>=0.5.1', - 'graphql-relay>=0.4.3', + 'graphql-relay>=0.4.4', 'iso8601', ], tests_require=[