diff --git a/search/pyproject.toml b/search/pyproject.toml index 0971a5f..edeae2d 100644 --- a/search/pyproject.toml +++ b/search/pyproject.toml @@ -13,7 +13,7 @@ description = "Syrax's file-search index and the two tools it serves over MCP" requires-python = ">=3.14" dependencies = [ "mcp==2.0.0", - "numpy==2.3.4", + "numpy==2.5.2", "sqlite-vec==0.1.9", "uvicorn==0.40.0", ] diff --git a/search/requirements-dev.txt b/search/requirements-dev.txt index acb1f51..b9782cc 100644 --- a/search/requirements-dev.txt +++ b/search/requirements-dev.txt @@ -16,7 +16,7 @@ jsonschema==4.26.0 jsonschema-specifications==2025.9.1 mcp==2.0.0 mcp-types==2.0.0 -numpy==2.3.4 +numpy==2.5.2 opentelemetry-api==1.44.0 packaging==26.3 pluggy==1.6.0 diff --git a/search/requirements.txt b/search/requirements.txt index 4bd4a2e..8225be3 100644 --- a/search/requirements.txt +++ b/search/requirements.txt @@ -26,7 +26,7 @@ jsonschema-specifications==2025.9.1 mcp==2.0.0 mcp-types==2.0.0 mpmath==1.3.0 -numpy==2.3.4 +numpy==2.5.2 onnxruntime==1.24.1 opentelemetry-api==1.44.0 packaging==26.3