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 @@ -60,7 +60,7 @@ dev = [
# Versions auto-updated by scripts/update_langchain_versions.py
langchain = [
"langchain>=1.3.4,<1.4",
"langchain-core>=1.4.3,<1.5",
"langchain-core>=1.4.7,<1.5",
"langchain-community>=0.4.2,<0.5",
"langchain-openai>=1.3.0,<1.4",
"langchain-anthropic>=1.4.4,<1.5",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tomlkit==0.14.0

# LangChain integration
langchain==1.3.4
langchain-core==1.4.3
langchain-core==1.4.7

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 requirements.lock for this bump

This bump updates requirements.txt to langchain-core==1.4.7, but requirements.lock still pins langchain-core==1.4.3 at line 129. Checked the CI install paths in .github/scripts/install-ci-deps.sh and .github/workflows/reusable-10-ci-python.yml: they prefer -r requirements.lock, so lock-based CI and local setup will continue exercising 1.4.3 instead of the version this PR is intended to validate. Please regenerate and commit requirements.lock with the dependency bump.

Useful? React with 👍 / 👎.

langchain-community==0.4.2
langchain-openai==1.3.0
langchain-anthropic==1.4.4
Expand Down
Loading