Describe your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to include a link to that issue.
Types of changes
What types of changes does your code introduce to STACKn?
[x] Hotfix (fixing a critical bug in production)
[x] Bugfix
[ ] New feature
[ ] Documentation update
Checklist
If you're unsure about any of the items below, don't hesitate to ask. We're here to help!
This is simply a reminder of what we are going to look for before merging your code.
[ ] This pull request is against develop branch (not applicable for hotfixes)
[x] I have included a link to the issue on GitHub or JIRA (if any)
[ ] I have included migration files (if there are changes to the model classes)
Please make this PR against develop branch since we just merged. Can you also add the steps to reproduce this error? Make sure to use a virtual env when installing stackn.
Fix for ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' conflict with dash for studio
celery-beat | from .dash_demo import app celery-beat | File "/app/monitor/dash_demo.py", line 8, in
celery-beat | import dash
celery-beat | File "/usr/local/lib/python3.8/site-packages/dash/init.py", line 5, in
celery-beat | from .dash import Dash, no_update # noqa: F401,E402
celery-beat | File "/usr/local/lib/python3.8/site-packages/dash/dash.py", line 22, in
celery-beat | from werkzeug.debug.tbtools import get_current_traceback
celery-beat | ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' (/usr/local/lib/python3.8/site-packages/werkzeug/debug/tbtools.py)
Ref: https://github.com/plotly/dash/pull/1993
Status
Description
Describe your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to include a link to that issue.
Types of changes
What types of changes does your code introduce to STACKn?
Checklist
If you're unsure about any of the items below, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
Further comments
Anything else you think we should know before merging your code!