Skip to content
Closed
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ langchain = [
"langchain-core>=1.4.3,<1.5",
"langchain-community>=0.4.2,<0.5",
"langchain-openai>=1.3.0,<1.4",
"langchain-anthropic>=1.4.4,<1.5",
"langchain-anthropic>=1.4.6,<1.5",
"faiss-cpu>=1.14.2,<2.0", # Vector store for dedup workflow
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ langchain==1.3.4
langchain-core==1.4.3
langchain-community==0.4.2
langchain-openai==1.3.0
langchain-anthropic==1.4.4
langchain-anthropic==1.4.6

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Regenerate the lockfile with the Anthropic bump

When environments install from requirements.lock (for example the reusable Python workflow adds -r requirements.lock whenever it exists), they will still get langchain-anthropic==1.4.4 because this commit updates the source pins to 1.4.6 but leaves the lockfile unchanged. Any CI or local run using the lock will therefore not exercise the intended version, and the next dependency-refresh compile check will see the lock as stale; please regenerate requirements.lock in the same change.

Useful? React with 👍 / 👎.

faiss-cpu==1.14.2
2 changes: 1 addition & 1 deletion templates/consumer-repo/tools/requirements-llm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
langchain==1.3.4
langchain-community==0.4.2
langchain-openai==1.3.0
langchain-anthropic==1.4.4
langchain-anthropic==1.4.6
pydantic==2.13.4
requests==2.34.2
2 changes: 1 addition & 1 deletion tools/requirements-llm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
langchain==1.3.4
langchain-community==0.4.2
langchain-openai==1.3.0
langchain-anthropic==1.4.4
langchain-anthropic==1.4.6
pydantic==2.13.4
requests==2.34.2