mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore: add comment explaining pygments>=2.20.0 (#36570)
This commit is contained in:
@@ -54,7 +54,7 @@ typing = ["mypy>=1.10.0,<2.0.0"]
|
||||
|
||||
|
||||
[tool.uv]
|
||||
constraint-dependencies = ["pygments>=2.20.0"]
|
||||
constraint-dependencies = ["pygments>=2.20.0"] # CVE-2026-4539
|
||||
|
||||
[tool.uv.sources]
|
||||
langchain-openai = { path = "../openai", editable = true }
|
||||
|
||||
Reference in New Issue
Block a user