I am trying to use dash 2.0, I also replaced import style in my all files but the problem is occurring in-dash bootstrap, Is there any method by which I can upgrade dash bootstrap for smoother use in dash 2.0 rather than manually changing.
/home/sarim/Desktop/biz-pulse-vm-20210727T040204Z-001/biz-pulse-vm/venv/lib/python3.8/site-packages/dash_bootstrap_components/_table.py:5:
UserWarning:
The dash_html_components package is deprecated. Please replace
import dash_html_components as html with from dash import html
import dash_html_components as html
/home/sarim/Desktop/biz-pulse-vm-20210727T040204Z-001/biz-pulse-vm/venv/lib/python3.8/site-packages/dash_extensions/enrich.py:7:
UserWarning:
The dash_core_components package is deprecated. Please replace
import dash_core_components as dcc with from dash import dcc
import dash_core_components as dcc