darpa-sail-on / Sail-On-API

0 stars 0 forks source link

Fix: Limited flask's version to those which do not break the used api #40

Closed schmidmt closed 2 years ago

schmidmt commented 2 years ago

The current requirements.txt doesn't bound the version of flask, and a newer version changes its API regarding the request.json property, which, if the request does not contain JSON, will raise an exception.