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

@@ -70,7 +70,7 @@ typing = [
# Remove this override once fastembed releases a version that allows pillow>=12.1.1.
[tool.uv]
override-dependencies = ["pillow>=12.1.1"]
constraint-dependencies = ["pygments>=2.20.0"]
constraint-dependencies = ["pygments>=2.20.0"] # CVE-2026-4539
[tool.uv.sources]
langchain-core = { path = "../../core", editable = true }