mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
chore(deps): patch Dependabot vulns (Python + JS)
Python (pyproject.toml + uv.lock): - aiohttp 3.14.0 -> 3.14.1 (8 alerts: medium+low) - cryptography -> 49.0.0 (high, floor 48.0.1) - langchain -> 1.3.10 (medium, floor 1.3.9) - langsmith -> 0.8.18 (high) - starlette 1.2.1 -> 1.3.1 (high+low, transitive) - pydantic-settings 2.12.0 -> 2.14.2 (medium, transitive) - torch 2.10.0 -> 2.12.1 (low, transitive; py>=3.14 only) JS (web/, dual lockfile npm+pnpm in sync): - vite ^8.0.5 -> ^8.0.16 (high+medium) - js-yaml -> 4.2.0 (medium, override >=4.2.0 <5) - form-data -> 4.0.6 (high, override) Unfixable (no upstream patch, left + reported): - chromadb critical <=1.5.9 (1.5.9 is latest) - PyPDF2 medium (deprecated; needs pypdf migration) Verified: uv sync + import check, pnpm frozen-lockfile, vite build.
This commit is contained in:
+4
-4
@@ -8,7 +8,7 @@ requires-python = ">=3.11,<4.0"
|
||||
dependencies = [
|
||||
"aiocqhttp>=1.4.4",
|
||||
"aiofiles>=24.1.0",
|
||||
"aiohttp>=3.14.0",
|
||||
"aiohttp>=3.14.1",
|
||||
"aioshutil>=1.5",
|
||||
"aiosqlite>=0.21.0",
|
||||
"anthropic>=0.51.0",
|
||||
@@ -16,7 +16,7 @@ dependencies = [
|
||||
"async-lru>=2.0.5",
|
||||
"certifi>=2025.4.26",
|
||||
"colorlog~=6.6.0",
|
||||
"cryptography>=46.0.7",
|
||||
"cryptography>=48.0.1",
|
||||
"dashscope>=1.25.10",
|
||||
"dingtalk-stream>=0.24.0",
|
||||
"discord-py>=2.5.2",
|
||||
@@ -61,9 +61,9 @@ dependencies = [
|
||||
"beautifulsoup4>=4.12.3",
|
||||
"ebooklib>=0.18",
|
||||
"html2text>=2024.2.26",
|
||||
"langchain>=0.2.0",
|
||||
"langchain>=1.3.9",
|
||||
"langchain-core>=1.3.3",
|
||||
"langsmith>=0.8.0",
|
||||
"langsmith>=0.8.18",
|
||||
"python-multipart>=0.0.27",
|
||||
"Mako>=1.3.12",
|
||||
"langchain-text-splitters>=1.1.2",
|
||||
|
||||
Reference in New Issue
Block a user