diff --git a/setup.py b/setup.py index 517fd7b3..a57509f6 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ setup( keywords="api graphql protocol rest relay graphene", packages=find_packages(exclude=["examples*"]), install_requires=[ - "graphql-core~=3.1.2", + "graphql-core~=3.1", "graphql-relay>=3.0,<4", "aniso8601>=8,<10", ],