Closed greyli closed 11 months ago
Even with that it breaks in #214 (I tried by installing from git master branch)
I will help to set up the CI first to make sure the unit tests will pass.
I've had my eye on this as well, and noticed the same thing in our builds. I'm happy to help review something here as soon as its ready, and thank you!
It's been 2 weeks and the problem is still not solved?
The issue has been fixed, but we are waiting for @jeffwidman @nickjj to make a new release to PyPI.
Also anxiously awaiting the release of this fix 😄
Just pushed it live: https://pypi.org/project/Flask-DebugToolbar/0.14.0/
Hi, please make a new release to fix the compatible issue with Flask 3.0.
Flask 3.0 removed the
_request_ctx_stack
variable fromflask.globals
:This issue has been fixed in #183, but no new release yet.