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
6 changes: 6 additions & 0 deletions apps/engine/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ dependencies = [
# resolutions.
# langgraph-checkpoint >= 4.1.1 — CVE-2026-48775
"langgraph-checkpoint>=4.1.1",
# langgraph-checkpoint-sqlite >= 3.1.1 — PYSEC-2026-3636. Same shape and same
# remedy as the postgres sibling in 8f3db0e: the direct requirement above is
# `>=2.0.0`, which resolved happily to the vulnerable 3.1.0, so the floor goes
# HERE where the other advisories live rather than being tightened up there —
# one list, read in one place, when the next advisory lands.
"langgraph-checkpoint-sqlite>=3.1.1",
# langsmith >= 0.8.18 — GHSA-f4xh-w4cj-qxq8
"langsmith>=0.8.18",
# msgpack >= 1.2.1 — GHSA-6v7p-g79w-8964
Expand Down
7 changes: 4 additions & 3 deletions uv.lock

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

Loading