fix: remediate CVE-2025-69534, upgrade Markdown from 3.6 to >=3.8.1 (#17198)

This commit is contained in:
rayhan
2026-07-21 15:23:27 +01:00
committed by GitHub
parent 9f080a4f45
commit 6c22310582
2 changed files with 11 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ dependencies = [
"json-repair==0.60.1",
"langfuse>=4.0.1",
"mammoth>=1.11.0",
"markdown==3.6",
"markdown>=3.8.1,<4.0.0",
"markdown-to-json==2.1.1",
"markdownify>=1.2.0",
"mcp>=1.19.0",