spagestic commited on
Commit
b0242c5
·
1 Parent(s): e9fc350

fix: update websockets version constraint to allow compatible versions

Browse files
Files changed (1) hide show
  1. 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==15.0.1
 
57
  tzdata==2025.2
58
  urllib3==2.4.0
59
  uvicorn==0.34.3
60
+ websockets>=10.0,<12.0