Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 14 additions & 15 deletions langchain/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ h11 = "^0.16.0"
urllib3 = "^2.5.0"
langsmith = ">=0.6.3"
orjson = ">=3.11.6"
requests = ">=2.33.0"
pygments = ">=2.20.0"

[tool.ruff.lint]
select = ["E", "F", "I", "T201"]
Expand Down
6 changes: 3 additions & 3 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ignoreUntil = "2026-06-15T00:00:00Z"
reason = "langchain-core SSRF via image_url token counting (LOW). Fix requires upgrading langchain-core 0.3.x -> 1.2.11, a breaking major version change incompatible with our ^0.3.15 constraint. No semver-compatible fix available."

[[IgnoredVulns]]
id = "GHSA-5239-wwwm-4pmq"
ignoreUntil = "2026-06-23T00:00:00Z"
reason = "LOW severity (CVSS 3.3). pygments 2.19.2 is the latest release and is marked last_affected — no fix version published yet. ReDoS in AdlLexer (pygments/lexers/archetype.py) is only exploitable with attacker-controlled syntax highlighting inputs."
id = "GHSA-qh6h-p6c9-ff54"
ignoreUntil = "2026-04-27T12:04:00Z"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
reason = "langchain-core path traversal in load_prompt/load_prompt_from_config (HIGH, CVE-2026-34070). Fix requires upgrading langchain-core 0.3.x -> 1.2.22, a breaking major version change. langchain-community 0.3.x hard-constrains langchain-core<1.0.0, making a semver-compatible upgrade impossible without also migrating langchain-community to a stable 1.x release (currently only alpha). No fix available in the 0.3.x line."
Loading