chore: add comment explaining pygments>=2.20.0 (#36570)

This commit is contained in:
Mason Daugherty
2026-04-06 15:07:07 -04:00
committed by GitHub
parent acc29cc945
commit 555bdfbade
15 changed files with 15 additions and 15 deletions

View File

@@ -74,7 +74,7 @@ test_integration = [
]
[tool.uv]
constraint-dependencies = ["pygments>=2.20.0"]
constraint-dependencies = ["pygments>=2.20.0"] # CVE-2026-4539
[tool.uv.sources]
langchain-core = { path = "../core", editable = true }