Skip to content

Commit 1aaebb0

Browse files
Merge pull request #196 from davidbrochart/pin_deps
Update jupyter_ydoc and ypy-websocket pinning
2 parents 4617780 + dfcfae6 commit 1aaebb0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
pip install ./plugins/yjs
4646
pip install ./plugins/lab
4747
pip install ./plugins/jupyterlab
48+
pip install "jupyter_ydoc >=0.1.16,<0.2.0" # FIXME: remove with next JupyterLab release
4849
4950
pip install mypy pytest pytest-asyncio requests ipykernel
5051

plugins/yjs/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ install_requires =
2323
fps >=0.0.8
2424
fps-auth
2525
fps-contents
26-
jupyter_ydoc >=0.1.10
27-
ypy-websocket >=0.1.13
26+
jupyter_ydoc >=0.1.16,<0.2.0
27+
ypy-websocket >=0.3.1,<0.4.0
2828

2929
[options.entry_points]
3030
fps_router =

0 commit comments

Comments
 (0)