diff --git a/pyproject.toml b/pyproject.toml index 9983ef777..0517efd7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ server = [ "fastapi>=0.100.0", "pydantic-settings>=2.0.1", "sse-starlette>=1.6.1", - "starlette-context>=0.3.6,<0.4", + "starlette-context>=0.3.6,<0.5", "PyYAML>=5.1", ] test = [ @@ -43,7 +43,7 @@ test = [ "scipy>=1.10", "fastapi>=0.100.0", "sse-starlette>=1.6.1", - "starlette-context>=0.3.6,<0.4", + "starlette-context>=0.3.6,<0.5", "pydantic-settings>=2.0.1", "huggingface-hub>=0.23.0" ]