Skip to content
Open
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.10

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 LangGraph and langchain-core pins compatible

For installs or the security audit job (checked .github/workflows/security-audit.yml:78-79), this requirements set is now unsatisfiable: langgraph 1.2.10 metadata declares langchain-core<2,>=1.4.7, while the next line still pins langchain-core==1.4.0. Any resolver honoring dependencies will reject backend/pipeline/requirements.txt, so bump the companion pin or choose a LangGraph version that still accepts 1.4.0.

Useful? React with 👍 / 👎.

langchain-core==1.4.0
pydantic==2.13.4
Loading