Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ flask-cors==4.0.0
|
|
| 3 |
openai==1.12.0
|
| 4 |
requests==2.31.0
|
| 5 |
moviepy==1.0.3
|
| 6 |
-
elevenlabs==0.2.
|
| 7 |
python-dotenv==1.0.0
|
| 8 |
Pillow==10.0.1
|
| 9 |
-
|
|
|
|
| 3 |
openai==1.12.0
|
| 4 |
requests==2.31.0
|
| 5 |
moviepy==1.0.3
|
| 6 |
+
elevenlabs==0.2.3 # Downgraded to stable version
|
| 7 |
python-dotenv==1.0.0
|
| 8 |
Pillow==10.0.1
|
| 9 |
+
pydantic==1.10.13 # Specific compatible version
|