Skip to content
Closed
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
2 changes: 1 addition & 1 deletion backend/pipeline/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
langgraph==1.2.1
langgraph==1.2.9

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep langchain-core compatible with langgraph

This bump makes backend/pipeline/requirements.txt unsatisfiable: the published metadata for langgraph==1.2.9 requires langchain-core<2,>=1.4.7, but this requirements file still pins langchain-core==1.4.0 on the next line. Any fresh install or the security-audit workflow's pip-audit matrix entry for this file will fail dependency resolution before the pipeline can run, so the core pin needs to be updated with the LangGraph bump.

Useful? React with 👍 / 👎.

langchain-core==1.4.0
pydantic==2.13.4
Loading