File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616from traitlets import Int , Unicode
1717from traitlets .config import LoggingConfigurable
1818from 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
2121from ypy_websocket .ystore import TempFileYStore as _TempFileYStore
2222from ypy_websocket .ystore import YDocNotFound
2323from ypy_websocket .yutils import YMessageType # type: ignore
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
2222requires-python = " >=3.7"
2323dependencies = [
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
You can’t perform that action at this time.
0 commit comments