Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,7 +2,8 @@ pillow
|
|
2 |
gradio
|
3 |
fastapi
|
4 |
uvicorn
|
5 |
-
pipecat-ai
|
6 |
deepgram-sdk
|
7 |
elevenlabs
|
8 |
-
httpx
|
|
|
|
2 |
gradio
|
3 |
fastapi
|
4 |
uvicorn
|
5 |
+
pipecat-ai==0.0.66
|
6 |
deepgram-sdk
|
7 |
elevenlabs
|
8 |
+
httpx
|
9 |
+
pydantic==2.10.6
|