diff --git a/Pipfile b/Pipfile index f3d7049..97b1202 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ build = "*" [packages] click = ">=7.1,<8" -starlette = ">=0.15,<0.16" +starlette = ">=0.16,<0.17" uvicorn = ">=0.13,<1" orjson = ">=3.4.7,<4" pyjwt = ">=2.0.1,<3" diff --git a/setup.py b/setup.py index 9ea8de4..cbef4ad 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( python_requires=">=3.8", install_requires=[ "PyJWT>=2.0.1", - "starlette>=0.15,<0.16", + "starlette>=0.16,<0.17", "click>=7.1,<8", "uvicorn>=0.13,<1", "orjson>=3.4.7,<4",