You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently jupyterlab packages ydoc pin it at ^3.0.0 which is the same as >=3.0.0,<4 so environments with ydoc 3.0.0, 3.0.1 installed or cached would not get this update.
Proposed solution
Pin jupyter_ydoc to ^3.0.2 (>=3.0.2,<4).
I'll be happy to open a PR if community thinks it's a good solution.
The text was updated successfully, but these errors were encountered:
v3.0.2 contains exclusively changes in the python package
JupyterLab does not depend on the jupyter-ydoc python package
even if the changes were in the npm package, changing version ranges in npm @jupyterlab/* packages would not make that much of a difference for users (but it would for extension authors) because it is the version in yarn lock that matters
Given the above I wonder if this issue would be better discussed in jupyter-collaboration repository where there are python packages which do depend on jupyter-ydoc.
Description
jupyter-ydoc v3.0.2 fixed jupyterlab/jupyterlab#16934.
Currently jupyterlab packages
ydoc
pin it at^3.0.0
which is the same as>=3.0.0,<4
so environments with ydoc 3.0.0, 3.0.1 installed or cached would not get this update.Proposed solution
Pin
jupyter_ydoc
to^3.0.2
(>=3.0.2,<4
).I'll be happy to open a PR if community thinks it's a good solution.
The text was updated successfully, but these errors were encountered: