Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
crewai==0.108.0
|
2 |
-
docx2txt==0.8
|
3 |
-
langchain==0.3.20
|
4 |
-
litellm==1.
|
5 |
-
pydantic==2.10.6
|
6 |
-
PyPDF2==3.0.1
|
7 |
-
python-dotenv==1.0.1
|
8 |
-
python_docx==1.1.2
|
9 |
-
python_pptx==1.0.2
|
10 |
-
streamlit==1.41.1
|
|
|
1 |
+
crewai==0.108.0
|
2 |
+
docx2txt==0.8
|
3 |
+
langchain==0.3.20
|
4 |
+
litellm==1.60.2
|
5 |
+
pydantic==2.10.6
|
6 |
+
PyPDF2==3.0.1
|
7 |
+
python-dotenv==1.0.1
|
8 |
+
python_docx==1.1.2
|
9 |
+
python_pptx==1.0.2
|
10 |
+
streamlit==1.41.1
|