jupyter-widgets-contrib / ipycanvas

Interactive Canvas in Jupyter
https://ipycanvas.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
685 stars 62 forks source link

Update the requested frontend version to ^0.13.0 #291

Closed jasongrout-db closed 1 year ago

jasongrout-db commented 1 year ago

This was not updated in the recent 0.13 release, and ^0.12 means 0.12.*, so it breaks ipycanvas (i.e., the backend is requesting ^0.12, but all the frontend has is 0.13).

Can we release a 0.13.1 with this change?

Also, a post-1.0 version number would be more forgiving about this, e.g., ^1.12 includes 1.13, but ^0.12 does not include 0.13.

jasongrout-db commented 1 year ago

CC @martinRenou

martinRenou commented 1 year ago

Oups. Thanks for the PR!