Skip to content

Commit a9e9ec6

Browse files
committed
Pin ypy-websocket>=0.8.2
1 parent 3ef148a commit a9e9ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jupyter_server_ydoc/handlers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
from traitlets import Int, Unicode
1717
from traitlets.config import LoggingConfigurable
1818
from ypy_websocket.websocket_server import WebsocketServer, YRoom # type: ignore
19-
from ypy_websocket.ystore import BaseYStore
20-
from ypy_websocket.ystore import SQLiteYStore as _SQLiteYStore # type: ignore
19+
from ypy_websocket.ystore import BaseYStore # type: ignore
20+
from ypy_websocket.ystore import SQLiteYStore as _SQLiteYStore
2121
from ypy_websocket.ystore import TempFileYStore as _TempFileYStore
2222
from ypy_websocket.ystore import YDocNotFound
2323
from ypy_websocket.yutils import YMessageType # type: ignore

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
requires-python = ">=3.7"
2323
dependencies = [
2424
"jupyter_ydoc>=0.2.0,<0.4.0",
25-
"ypy-websocket>=0.8.1,<0.9.0",
25+
"ypy-websocket>=0.8.2,<0.9.0",
2626
"jupyter_server_fileid >=0.6.0,<1"
2727
]
2828

0 commit comments

Comments
 (0)