GibbsConsulting / django-plotly-dash

Expose plotly dash apps as django tags
MIT License
560 stars 125 forks source link

Updates to the dependencies haven't propagated to pypi #424

Closed AdrianUlrich closed 2 years ago

AdrianUlrich commented 2 years ago

Hi there, It seems there is an issue with the pypi manifest (?)

The changes for tag v2.1.0 ( 14be68ade2618595bcef123f91a0f0e92d8bef4bc ) inlcuded "Relax historical constraints" #413 but it seems the dependency changes weren't translated to the setup.py

Straight from the pypi json : image

42 "dash-bootstrap-components (<1)",

This doesn't reflect the changes made in 2.1.0, unless I'm missing something (should be:)

42 "dash-bootstrap-components",

GibbsConsulting commented 2 years ago

@AdrianUlrich thanks for reporting

Until a fix is pushed out, the workaround is to just update the packages by hand, if needed - although messing with dependencies can be a fast way of getting into a mess, so it is probably not something to do unless absolutely necessary

GibbsConsulting commented 2 years ago

Should be fixed by the v2.1.1 release