MJ-Prod commited on
Commit
6484a35
·
1 Parent(s): 1818d80

pin langchain to 0.3.30 matching local

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -2,9 +2,10 @@ fastapi>=0.111.0
2
  uvicorn>=0.29.0
3
  pydantic>=2.7.4
4
  PyJWT>=2.8.0
5
- langchain>=0.3.0
6
- langchain-community>=0.3.0
7
  langchain-huggingface>=0.1.0
 
8
  sentence-transformers>=3.0.0
9
  chromadb>=0.5.0
10
  rank_bm25>=0.2.2
@@ -12,4 +13,4 @@ supabase>=2.5.0
12
  plaid-python>=16.0.0
13
  python-dotenv>=1.0.1
14
  einops>=0.8.0
15
- huggingface-hub>=0.24.0
 
2
  uvicorn>=0.29.0
3
  pydantic>=2.7.4
4
  PyJWT>=2.8.0
5
+ langchain==0.3.30
6
+ langchain-community==0.3.30
7
  langchain-huggingface>=0.1.0
8
+ langchain-text-splitters>=0.3.0
9
  sentence-transformers>=3.0.0
10
  chromadb>=0.5.0
11
  rank_bm25>=0.2.2
 
13
  plaid-python>=16.0.0
14
  python-dotenv>=1.0.1
15
  einops>=0.8.0
16
+ huggingface-hub>=0.24.0