Skip to content

Commit

Permalink
Pin ypy-websocket>=0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 6, 2022
1 parent 3ef148a commit a9e9ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jupyter_server_ydoc/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
from traitlets import Int, Unicode
from traitlets.config import LoggingConfigurable
from ypy_websocket.websocket_server import WebsocketServer, YRoom # type: ignore
from ypy_websocket.ystore import BaseYStore
from ypy_websocket.ystore import SQLiteYStore as _SQLiteYStore # type: ignore
from ypy_websocket.ystore import BaseYStore # type: ignore
from ypy_websocket.ystore import SQLiteYStore as _SQLiteYStore
from ypy_websocket.ystore import TempFileYStore as _TempFileYStore
from ypy_websocket.ystore import YDocNotFound
from ypy_websocket.yutils import YMessageType # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
requires-python = ">=3.7"
dependencies = [
"jupyter_ydoc>=0.2.0,<0.4.0",
"ypy-websocket>=0.8.1,<0.9.0",
"ypy-websocket>=0.8.2,<0.9.0",
"jupyter_server_fileid >=0.6.0,<1"
]

Expand Down

0 comments on commit a9e9ec6

Please sign in to comment.