Spaces:
Sleeping
Sleeping
Nashid-Noor commited on
Commit ·
55d834c
1
Parent(s): 7cab946
Fix Gradio crash: Enforce pydantic<2.10.0 due to ASGI schema bug
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -6,5 +6,5 @@ google-generativeai==0.8.3
|
|
| 6 |
gradio==5.9.1
|
| 7 |
pypdf==5.1.0
|
| 8 |
numpy>=1.26.0,<2.0.0
|
| 9 |
-
pydantic=
|
| 10 |
python-dotenv==1.0.1
|
|
|
|
| 6 |
gradio==5.9.1
|
| 7 |
pypdf==5.1.0
|
| 8 |
numpy>=1.26.0,<2.0.0
|
| 9 |
+
pydantic>=2.0.0,<2.10.0
|
| 10 |
python-dotenv==1.0.1
|