GibbsConsulting / django-plotly-dash

Expose plotly dash apps as django tags
MIT License
538 stars 121 forks source link

Make code robust against internal method name #461

Open GibbsConsulting opened 1 year ago

GibbsConsulting commented 1 year ago

As per #460 the 2.10 release of Dash appears to have changed the name of an internal method. There is a quick fix - restrict the dash version - and a better fix that is to handle both variants of the name (or not depend on an internal API if possible)