Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
293 stars 140 forks source link

Bumping Flask version #79

Closed rayluo closed 2 years ago

rayluo commented 2 years ago

One of Flask's upstream package introduced a breaking change, and Flask declared their dependency without upper bound. There was some conversation (now locked) in that package's repo. Different perspectives and food for thought.

This PR will resolve #78.