From 9dcd4067692e21f214bb3b25c21968668598e874 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Mon, 15 Jun 2026 18:40:21 -0700 Subject: [PATCH] chore(deps): bump vitest, brace-expansion, pypdf and tornado (#30220) (cherry picked from commit d96ab467f1dba5e4dbe02de3d5af62ec710c44fd) Backport adaptation: applied only the pyproject.toml and ui/litellm-dashboard/package.json manifest hunks; uv.lock and package-lock.json are regenerated on this line in a separate commit rather than cherry-picked, and the package.json devDependencies are unioned with this line's @types/uuid and vite entries --- pyproject.toml | 6 +++++- ui/litellm-dashboard/package.json | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 577e800d79b..251ac2e7cb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ proxy-runtime = [ "mangum>=0.17.0,<1.0", "azure-ai-contentsafety>=1.0.0,<2.0", "azure-storage-file-datalake>=12.20.0,<13.0", - "pypdf>=6.10.2,<7.0; python_version < '3.14'", + "pypdf>=6.12.0,<7.0; python_version < '3.14'", "llm-sandbox>=0.3.39,<1.0", "detect-secrets>=1.5.0,<2.0", ] @@ -231,6 +231,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 ca753e59dc5..df85d02c5eb 100644 --- a/ui/litellm-dashboard/package.json +++ b/ui/litellm-dashboard/package.json @@ -65,8 +65,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", @@ -82,7 +82,7 @@ "typescript": "5.9.3", "typescript-eslint": "8.60.1", "vite": "7.3.2", - "vitest": "3.2.4" + "vitest": "3.2.6" }, "overrides": { "prismjs": "1.30.0",