barunsaha commited on
Commit
c6b37e9
1 Parent(s): 9fd2111

Fix #36: upgrade LangChain version

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -7,8 +7,9 @@ jinja2==3.1.4
7
  Pillow==10.3.0
8
  pyarrow~=16.0.0
9
  pydantic==2.4.0
10
- langchain~=0.1.16
11
- langchain-core~=0.1.46
 
12
  streamlit~=1.38.0
13
 
14
  python-pptx
@@ -28,3 +29,5 @@ scikit-learn~=1.5.1
28
 
29
  certifi==2024.8.30
30
  urllib3==2.2.3
 
 
 
7
  Pillow==10.3.0
8
  pyarrow~=16.0.0
9
  pydantic==2.4.0
10
+ langchain~=0.3.0
11
+ langchain-core~=0.3.0
12
+ langchain-community==0.3.0
13
  streamlit~=1.38.0
14
 
15
  python-pptx
 
29
 
30
  certifi==2024.8.30
31
  urllib3==2.2.3
32
+
33
+ anyio==4.4.0