Spaces:
Sleeping
Sleeping
fix: change pydantic version
Browse filesEncountering error:
TypeError: argument of type 'bool' is not iterable
ERROR: Exception in ASGI application
Updating pydantic version to 2.10.6 as dependency issue is suspected
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,4 @@ gradio==5.12.0
|
|
| 2 |
openai==1.59.3
|
| 3 |
openpyxl==3.1.5
|
| 4 |
python-dotenv==1.0.1
|
|
|
|
|
|
| 2 |
openai==1.59.3
|
| 3 |
openpyxl==3.1.5
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
+
pydantic==2.10.6
|