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

@@ -53,7 +53,7 @@ typing = ["mypy>=1.19.1,<2.0.0"]
[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 }