Spaces:
Sleeping
Sleeping
suh4s
commited on
Commit
·
f9826b3
1
Parent(s):
fb9fb7d
Fix langchain-core version conflict
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
chainlit==2.2.1
|
2 |
langchain-community==0.3.14
|
3 |
langchain-openai==0.2.14
|
4 |
-
langchain-core
|
5 |
langgraph==0.2.61
|
6 |
openai>=1.18.0
|
7 |
python-dotenv>=1.0.1
|
|
|
1 |
chainlit==2.2.1
|
2 |
langchain-community==0.3.14
|
3 |
langchain-openai==0.2.14
|
4 |
+
langchain-core>=0.3.29,<0.4.0
|
5 |
langgraph==0.2.61
|
6 |
openai>=1.18.0
|
7 |
python-dotenv>=1.0.1
|