diff --git a/pyproject.toml b/pyproject.toml index 6bfacf279..8143bafd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,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.6", "PyYAML>=5.1", ] test = [ @@ -45,7 +45,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.6", "pydantic-settings>=2.0.1", "huggingface-hub>=0.23.0" ]