Skip to content

Commit 841cc69

Browse files
committed
fix(ci): fix langchain package versions
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent cbddee8 commit 841cc69

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ docx2txt>=0.9
66
epub2txt>=0.1.6
77
fastapi>=0.122.0
88
httpx>=0.28.1
9-
langchain>=0.3.27
10-
langchain-community>=0.3.21
11-
langchain-postgres>=0.0.16
12-
langchain-unstructured>=0.1.6
9+
# fix the langchain package versions to avoid long computation in pip dep resolution
10+
# langchain is stuck at <1.0.0 due to langhchain-unstructured not being updated yet
11+
langchain==0.3.27
12+
langchain-community==0.3.21
13+
langchain-postgres==0.0.16
14+
langchain-unstructured==0.1.6
1315
llama_cpp_python>=0.3.16
1416
msg-parser>=1.2.0
1517
# fix it to the version before niquests

0 commit comments

Comments
 (0)