Spaces:
Sleeping
Sleeping
fix: update websockets version constraint to allow compatible versions
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -57,4 +57,4 @@ typing_extensions==4.14.0
|
|
57 |
tzdata==2025.2
|
58 |
urllib3==2.4.0
|
59 |
uvicorn==0.34.3
|
60 |
-
websockets
|
|
|
57 |
tzdata==2025.2
|
58 |
urllib3==2.4.0
|
59 |
uvicorn==0.34.3
|
60 |
+
websockets>=10.0,<12.0
|