Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
langchain>=0.1.0
|
| 2 |
langchain-core>=0.1.0
|
| 3 |
langchain-openai>=0.1.0
|
|
@@ -9,4 +10,4 @@ python-dotenv>=1.0.0
|
|
| 9 |
pydantic>=2.0.0
|
| 10 |
openai>=1.0.0
|
| 11 |
google-generativeai>=0.3.0
|
| 12 |
-
typing-extensions>=4.0.0
|
|
|
|
| 1 |
+
tenacity==8.2.3
|
| 2 |
langchain>=0.1.0
|
| 3 |
langchain-core>=0.1.0
|
| 4 |
langchain-openai>=0.1.0
|
|
|
|
| 10 |
pydantic>=2.0.0
|
| 11 |
openai>=1.0.0
|
| 12 |
google-generativeai>=0.3.0
|
| 13 |
+
typing-extensions>=4.0.0
|