-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.13.1 breaks with Flask 3.0: ImportError: cannot import name '_request_ctx_stack' from 'flask.globals #213
Comments
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.
The text was updated successfully, but these errors were encountered: