diff --git a/pyproject.toml b/pyproject.toml index 567276036f35e..68eb0f14e0005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] requires = [ - "starlette ==0.13.6", + "starlette ~=0.14.1", "pydantic >=1.0.0,<2.0.0" ] description-file = "README.md"