diff --git a/setup.py b/setup.py index 34ee7dba1..24bddcf90 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def run_tests(self): 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", ],