plotly / dash-enterprise-auth

Python Auth Client for Dash Enterprise
MIT License
4 stars 3 forks source link

Dash 2.0 compatibility #16

Closed ndrezn closed 2 years ago

ndrezn commented 2 years ago

Shows the following warning when working with dash==2.0:

.../lib/python3.9/site-packages/dash_enterprise_auth/__init__.py:14: 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

Currently using v0.0.4.

ndrezn commented 2 years ago

@shammamah-zz do you know if a new release will be made for dash==2.0.0?