Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,6 @@ python-dotenv>=1.0.0
|
|
| 4 |
pandas>=2.0.0
|
| 5 |
audioop-lts; python_version >= "3.13"
|
| 6 |
huggingface_hub<0.25.0
|
| 7 |
-
pydantic<2.9.0
|
|
|
|
|
|
|
|
|
| 4 |
pandas>=2.0.0
|
| 5 |
audioop-lts; python_version >= "3.13"
|
| 6 |
huggingface_hub<0.25.0
|
| 7 |
+
pydantic<2.9.0
|
| 8 |
+
fastapi<=0.112.2
|
| 9 |
+
starlette<=0.38.2
|