rollbar / pyrollbar

Error tracking and logging from Python to Rollbar
https://docs.rollbar.com/docs/python/
MIT License
213 stars 135 forks source link

Pin Werkzeug version for Flask 0.x #376

Closed bxsx closed 3 years ago

bxsx commented 3 years ago

Description of the change

On May 11, 2021, Werkzeug released a new 2.x version that are not compatible with Flask 0.x.

This PR pins compatible Werkzeug version to Flask 0.x to fix build issues:

NOTE: We have successfully built Flask 0.x with Werkzeug 1.x so far, however according to the upstream, Flask 0.x requires Werkzeug >=0.7 and < 1.0, so for sanity this PR uses the same requirements.

Type of change

Related issues

[ch85391]

Checklists

Development

Code review

shortcut-integration[bot] commented 3 years ago

This pull request has been linked to Clubhouse Story #85391: [CI] Flask v0.x has started to fail on Python3.5+.