diff --git a/pyproject.toml b/pyproject.toml index e9c68d09dd9..6850e7921b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ proxy-runtime = [ "mangum==0.17.0", "azure-ai-contentsafety==1.0.0", "azure-storage-file-datalake==12.20.0", - "pypdf==6.10.2; python_version < '3.14'", + "pypdf==6.13.1; python_version < '3.14'", "llm-sandbox==0.3.39", "detect-secrets==1.5.0", ] @@ -224,6 +224,10 @@ requires = ["uv_build==0.11.8"] build-backend = "uv_build" [tool.uv] +constraint-dependencies = [ + "tornado>=6.5.6", + "aiohttp>=3.13.5,<3.14", +] default-groups = ["dev"] required-version = ">=0.10.9" exclude-newer = "3 days" diff --git a/ui/litellm-dashboard/package.json b/ui/litellm-dashboard/package.json index 72b9bc2a159..88bdfd8490b 100644 --- a/ui/litellm-dashboard/package.json +++ b/ui/litellm-dashboard/package.json @@ -63,8 +63,8 @@ "@types/react-dom": "18.3.7", "@types/react-syntax-highlighter": "15.5.13", "@types/uuid": "10.0.0", - "@vitest/coverage-v8": "3.2.4", - "@vitest/ui": "3.2.4", + "@vitest/coverage-v8": "3.2.6", + "@vitest/ui": "3.2.6", "autoprefixer": "10.4.24", "dotenv": "17.2.3", "eslint": "9.39.2", @@ -78,7 +78,7 @@ "tailwindcss": "3.4.19", "typescript": "5.9.3", "vite": "7.3.2", - "vitest": "3.2.4" + "vitest": "3.2.6" }, "overrides": { "prismjs": "1.30.0",