diff --git a/pyproject.toml b/pyproject.toml index 4bac4757b4..fd9a6c385e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "starlette>=0.46.0", + "starlette>=1.0.1", "pydantic>=2.9.0", "typing-extensions>=4.8.0", "typing-inspection>=0.4.2",