pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
953 stars 146 forks source link

Bump minimum Flask version to newer than `0.8` #184

Closed jeffwidman closed 11 months ago

jeffwidman commented 2 years ago

https://github.com/flask-debugtoolbar/flask-debugtoolbar/blob/42a965195081424f86c79fec9c26afaeb1028564/setup.py#L7

That's getting a bit long in the tooth, so this ticket tracks raising our minimum bar to a newer version.

I'm not in a hurry to do so until we need it, but I wanted to open this ticket to make it clear I'm very open to doing so if/when a PR arrives that requires newer API's.

jeffwidman commented 11 months ago

At this point, now that we've pushed out a maintenance release with all the recent changes (https://pypi.org/project/Flask-DebugToolbar/0.14.0/), I'm personally very okay with dropping support for Flask < 3.0.

jeffwidman commented 11 months ago

Closing as a duplicate of https://github.com/pallets-eco/flask-debugtoolbar/issues/222