Have you checked the issues for a similar suggestions? yep
How would you improve Rich?
- change the
pyproject.toml pin to >=7.5.1,<9
- do whatever poetry does
- maybe add a factor to
tox to test ipywidgets 7 and 8
What problem does it solve for you?
The Python API of ipywidgets, with the exception of deprecating _ipython_display_, changed very little between 7 and 8, though many new features were added. While not unmaintained, it is unlikely non-security related updates will be implemented on the 7.x line, and some new widgets will undoubtedly be 8.x+.
Have you checked the issues for a similar suggestions? yep
How would you improve Rich?
pyproject.tomlpin to>=7.5.1,<9toxto testipywidgets7and8What problem does it solve for you?
The Python API of
ipywidgets, with the exception of deprecating_ipython_display_, changed very little between 7 and 8, though many new features were added. While not unmaintained, it is unlikely non-security related updates will be implemented on the 7.x line, and some new widgets will undoubtedly be 8.x+.