Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse filesAdding pydantic==2.10.6 for potential fix
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
gradio>=3.50.2
|
| 2 |
PyPDF2
|
| 3 |
-
openai>=1.0.0
|
|
|
|
|
|
| 1 |
gradio>=3.50.2
|
| 2 |
PyPDF2
|
| 3 |
+
openai>=1.0.0
|
| 4 |
+
pydantic==2.10.6
|