From a8bde38f7c4498edafce088bb9b525b07db889ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 6 Oct 2021 17:42:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Remove=20`graphene`=20as=20an=20opt?= =?UTF-8?q?ional=20dependency=20(#4007)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddce5a39c..73a020109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,8 +84,6 @@ dev = [ "autoflake >=1.4.0,<2.0.0", "flake8 >=3.8.3,<4.0.0", "uvicorn[standard] >=0.12.0,<0.16.0", - # TODO: remove in the next major version - "graphene >=2.1.8,<3.0.0" ] all = [ "requests >=2.24.0,<3.0.0", @@ -95,8 +93,6 @@ all = [ # TODO: try to upgrade after upgrading Starlette "itsdangerous >=1.1.0,<2.0.0", "pyyaml >=5.3.1,<6.0.0", - # TODO: remove in the next major version - "graphene >=2.1.8,<3.0.0", "ujson >=4.0.1,<5.0.0", "orjson >=3.2.1,<4.0.0", "email_validator >=1.1.1,<2.0.0",