diff --git a/setup.cfg b/setup.cfg index 68781b0..45e0146 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ zip_safe = False include_package_data = True packages = find: install_requires = - graphql-core==2.* + graphql-core>=3.0,<4 [options.packages.find] include = @@ -49,7 +49,7 @@ test = pytest>5; python_version>="3" pytest-cov pytest-asyncio; python_version>="3.4" - graphene>=2.0,<3 + graphene>=3.0,<4 gevent graphene_django mock; python_version<"3"