[deps] starlette 0.16

This commit is contained in:
Maxime Alves LIRMM 2021-09-02 14:48:48 +02:00
parent bc556854ac
commit 74b79120ba
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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",