httpbin icon indicating copy to clipboard operation
httpbin copied to clipboard

update flask/werkzeug requirements

Open jvanasco opened this issue 5 years ago • 0 comments

setup.py requires an unversioned Flask and werkzeug>=0.14

There have been some breaking changes from flask and werkzeug regarding the Request.is_xhr attribute ( see https://github.com/pallets/flask/search?q=is_xhr&type=issues )

While the latest versions are compatible and can be upgraded by users, it would be nice if httpbin updated setup.py to use the current minimal versions - as this can break CI tests if an outdated version of either is picked up.

jvanasco avatar Oct 20 '20 21:10 jvanasco