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:
@@ -63,7 +63,7 @@ typing = [
|
||||
dev = ["langchain-core"]
|
||||
|
||||
[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 }
|
||||
|
||||
Reference in New Issue
Block a user