Skip to content

Commit 0b1a78d

Browse files
Luboslav Yordanovclaude
authored andcommitted
fix: Bump langchain to >=1.0.0 for langchain_classic
langchain_classic is bundled inside langchain starting from version 1.0.0. Removed separate langchain-classic dependency and bumped langchain min version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent acfb30e commit 0b1a78d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ authors = [
1010
]
1111

1212
dependencies = [
13-
"langchain>=0.3.0",
14-
"langchain-classic>=1.0.0",
13+
"langchain>=1.0.0",
1514
"langchain-openai>=0.1.22",
1615
"langchain-mistralai>=0.1.12",
1716
"langchain_community>=0.2.9",

0 commit comments

Comments
 (0)