You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serverless_wsgi module used by the API is incompatible with the newly released Werkzeug 2.0.0. This was resolved by pinning to Werkzeug 1.0.1 in the API requirements file:
The
serverless_wsgi
module used by the API is incompatible with the newly released Werkzeug 2.0.0. This was resolved by pinning to Werkzeug 1.0.1 in the API requirements file:hyp3/apps/api/requirements-api.txt
Line 11 in db0550b
This line can be removed if/when Serverless WSGI pins to 1.0.1 in their own requirements, see logandk/serverless-wsgi#178
The text was updated successfully, but these errors were encountered: