pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.7k stars 143 forks source link

App Broken due to breaking Changes #342

Closed chandanch closed 1 year ago

chandanch commented 3 years ago

Description

Pin werkzeug library to 1.0.1 version since there are breaking changes in that version and which is breaking the applications.

What I Did

Upgrading werkzeug to 2.0.0 is breaking the application. Please specify the version to 1.0.1

yeisonvargasf commented 3 years ago

Hi @chandanch, could you please post more info related to the error thrown by safety? also, how are you using safety (which command are you using)?