Skip to content

Commit

Permalink
Pin eventlet to 0.30.2
Browse files Browse the repository at this point in the history
This fixes runtime exception in gunicorn. See: eventlet/eventlet#702
  • Loading branch information
yannickperrenet committed May 10, 2021
1 parent 4801c58 commit 07badfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/orchest-api/requirements-dev.txt
Expand Up @@ -14,7 +14,7 @@ flask-script==2.0.6
requests==2.22.0
python-engineio==3.14.2
python-socketio[client]==4.6.1
eventlet==0.31.0
eventlet==0.30.2
SQLAlchemy==1.3.23
SQLAlchemy-Utils==0.36.8
psycopg2-binary==2.8.6
Expand Down
2 changes: 1 addition & 1 deletion services/orchest-api/requirements.txt
Expand Up @@ -14,7 +14,7 @@ flask-script==2.0.6
requests==2.22.0
python-engineio==3.14.2
python-socketio[client]==4.6.1
eventlet==0.31.0
eventlet==0.30.2
SQLAlchemy==1.3.23
SQLAlchemy-Utils==0.36.8
psycopg2-binary==2.8.6
Expand Down
2 changes: 1 addition & 1 deletion services/orchest-webserver/requirements.txt
Expand Up @@ -5,7 +5,7 @@ flask_sqlalchemy==2.4.4
Flask-RESTful==0.3.8
flask-marshmallow==0.14.0
Flask-SocketIO==4.3.2
eventlet==0.31.0
eventlet==0.30.2
marshmallow-sqlalchemy==0.24.1
Flask-Migrate==2.5.3
flask-script==2.0.6
Expand Down

0 comments on commit 07badfc

Please sign in to comment.