Spaces:
Sleeping
Sleeping
Commit
·
293b9a3
1
Parent(s):
399291b
Pin dependencies to versions compatible with Pydantic v1
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ openai==1.6.1
|
|
3 |
python-dotenv==1.0.0
|
4 |
PyPDF2==3.0.1
|
5 |
langchain==0.0.352
|
6 |
-
chromadb==0.3.
|
7 |
pydantic==1.10.13
|
8 |
azure-storage-blob==12.19.0
|
9 |
numpy==1.22.4
|
|
|
3 |
python-dotenv==1.0.0
|
4 |
PyPDF2==3.0.1
|
5 |
langchain==0.0.352
|
6 |
+
chromadb==0.3.29
|
7 |
pydantic==1.10.13
|
8 |
azure-storage-blob==12.19.0
|
9 |
numpy==1.22.4
|