emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
417 stars 59 forks source link

Bump `more-itertools` dependency #329

Closed samclz closed 2 months ago

samclz commented 4 months ago

Hello! I'm trying to deploy an app using dash-extensions as well as another package, both depending on more-itertools. However, dash-extensions depends on version ^9.0.0 and the other package on >=10.2.0, <11.0.0. Is there any reason why dash-extensions is incompatible with more-itertools>=10.2.0, or could it be bumped? The more-itertools documentation suggests very few breaking changes between versions 9 & 10. Cheers :)

emilhe commented 4 months ago

Should be fixed in the 1.0.16 release