Skip to content

Commit 2a2f697

Browse files
fix(deps): Update langchain-core minimum version to fix conflicts
- Update langchain-core from >=0.1.0 to >=1.2.6 - Ensures compatibility with langchain-anthropic 1.3.1 requirements - Fixes dependency conflict: langchain-anthropic requires langchain-core>=1.2.6 - Maintains security fixes from langchain-core 1.2.6+ This resolves the dependency health check failure. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent eacac83 commit 2a2f697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
"anthropic>=0.25.0,<1.0.0", # Core LLM provider
5959
"crewai>=0.1.0,<1.0.0", # CrewAI integration (core feature in v3.7.0)
6060
"langchain>=0.1.0,<2.0.0", # Required for workflows
61-
"langchain-core>=0.1.0,<2.0.0", # Required for workflows (1.2.5+ has security fixes)
61+
"langchain-core>=1.2.6,<2.0.0", # Required for workflows (1.2.6+ has security fixes, compatible with langchain-anthropic)
6262
]
6363

6464
[project.optional-dependencies]

0 commit comments

Comments
 (0)