Commit ·
54cd35c
1
Parent(s): 55a07df
fix: websockets<13 to satisfy gradio-client 1.3.0 dep range
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -8,7 +8,7 @@ huggingface_hub>=0.26,<1.0
|
|
| 8 |
fastapi>=0.115
|
| 9 |
uvicorn[standard]>=0.32
|
| 10 |
httpx>=0.27
|
| 11 |
-
websockets>=13
|
| 12 |
python-multipart>=0.0.12
|
| 13 |
python-dotenv>=1.0
|
| 14 |
|
|
|
|
| 8 |
fastapi>=0.115
|
| 9 |
uvicorn[standard]>=0.32
|
| 10 |
httpx>=0.27
|
| 11 |
+
websockets>=10.4,<13
|
| 12 |
python-multipart>=0.0.12
|
| 13 |
python-dotenv>=1.0
|
| 14 |
|