Skip to content

Commit c46aeeb

Browse files
Yashwanth Reddy MaliYashwanth Reddy Mali
authored andcommitted
Fix langchain dependency conflicts
- Pin langchain-core to 0.1.0 to match langchain 0.1.0 - Update langsmith constraint to >=0.0.83 to satisfy langchain-community - Resolves incompatible version requirements between packages
1 parent 7670db5 commit c46aeeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ duckdb>=1.0.0
66
psycopg2-binary>=2.9.10
77
langchain==0.1.0
88
langchain-community==0.0.19
9-
langchain-core>=0.1.0,<0.2.0
9+
langchain-core==0.1.0
1010
pydantic-settings>=2.3.0
1111
python-dotenv==1.0.0
1212
pytest==7.4.3
@@ -19,7 +19,7 @@ tqdm>=4.66.0
1919
httpx>=0.24.0
2020
langgraph==0.0.32
2121
langchain-openai==0.0.7
22-
langsmith>=0.0.77,<0.1.0
22+
langsmith>=0.0.83,<0.1.0
2323
anthropic==0.7.0
2424
typing-extensions==4.9.0
2525

0 commit comments

Comments
 (0)