diff --git a/requirements.txt b/requirements.txt index 270de6a913a..8576aba95a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,6 +40,6 @@ colorclass==2.2.0 terminaltables==3.1.0 questionary==1.0.0 flask-jwt-simple==0.0.3 -python-socketio==2.1.1 +python-socketio==5.14.0 python-engineio==3.0.0 pydot==1.2.4 diff --git a/setup.py b/setup.py index a110c50ad27..aa387abeaf9 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ "terminaltables~=3.1", "questionary~=1.0", "flask-jwt-simple~=0.0.3", - "python-socketio>=2.1.1,<3", + "python-socketio>=2.1.1,<6", "python-engineio~=3.0", "pydot~=1.2", ]