Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Werkzeug from python requirements for API #417

Closed
asjohnston-asf opened this issue May 13, 2021 · 0 comments · Fixed by #461
Closed

Remove Werkzeug from python requirements for API #417

asjohnston-asf opened this issue May 13, 2021 · 0 comments · Fixed by #461

Comments

@asjohnston-asf
Copy link
Member

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:

Werkzeug>=1.0.1,<2.*

This line can be removed if/when Serverless WSGI pins to 1.0.1 in their own requirements, see logandk/serverless-wsgi#178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant