Dash DataTable Requirements version conflicts

Hi,

I was previously using Dash DataTable, with my table working fine.

I recently implemented some other things in my app, including some authentication and changed some of the versions for various packages in my requirements file, stupidly without checking how it affected my app.

Basically, My DataTable is no longer working, and I suspect it is due to some conflicting versions of the various packages, but I’m not sure which.

These are my current requirements:

dash==0.28.5
dash-core-components==0.35.0
dash-html-components==0.13.5
dash-renderer==0.14.3
dash_auth==1.3.2
dash-table==3.4.0

certifi==2018.11.29
chardet==3.0.4
click==7.0
decorator==4.3.2
flask-compress==1.4.0
flask-login==0.4.1
flask-sqlalchemy==2.3.2
flask==1.0.2
idna==2.8
ipython-genutils==0.2.0
itsdangerous==1.1.0
jinja2==2.10
jsonschema==2.6.0
jupyter-core==4.4.0
MarkupSafe==1.1.0
nbformat==4.4.0
numpy==1.16.0
pandas==0.24.0
python-dateutil==2.7.5
plotly==3.3.0
pytz==2018.9
requests==2.20.0
retrying==1.3.3
six==1.12.0
sqlalchemy==1.2.12
traitlets==4.3.2
urllib3==1.24
werkzeug==0.14.1

Any advice on which versions of the various dash packages I might be having a problem with?