]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
➖ Remove `graphene` as an optional dependency (#4007)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 6 Oct 2021 15:42:55 +0000 (17:42 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 15:42:55 +0000 (15:42 +0000)
pyproject.toml

index ddce5a39c5838a969322719d45a654f96e702848..73a02010991967eca1635e3f6afbc7defb32b178 100644 (file)
@@ -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",