mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
chore(deps): bump pypdf, tornado, aiohttp constraints and vitest for stable/1.87.x
Backport of #30220 dependency bumps adapted to this line: pypdf pinned to 6.13.1 (this line exact-pins these dependencies), tornado and aiohttp held via [tool.uv] constraint-dependencies (tornado>=6.5.6; aiohttp>=3.13.5,<3.14 so a lock regeneration cannot move onto 3.14 while vcrpy is incompatible), and the dashboard vitest devDependencies raised 3.2.4 -> 3.2.6. Locks refreshed in a follow-up commit.
This commit is contained in:
parent
323d11d489
commit
14093fc4b7
2 changed files with 8 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue