File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ def unobserve(self):
46
46
k .unobserve (v )
47
47
self ._subscriptions = {}
48
48
49
+ def apply_update (self , update : bytes ) -> None :
50
+ Y .apply_update (self ._ydoc , update )
51
+
49
52
50
53
class YFile (YBaseDoc ):
51
54
def __init__ (self , * args , ** kwargs ):
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ python_requires = >=3.7
23
23
install_requires =
24
24
setuptools
25
25
y-py >=0.5.0,<0.6.0
26
- ypy-websocket >=0.1.2
26
+ ypy-websocket >=0.1.7
27
27
28
28
[options.extras_require]
29
29
test =
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"dependencies" : {
4
- "@jupyterlab/shared-models" : " ^3.3.4 " ,
4
+ "@jupyterlab/shared-models" : " ^4.0.0-alpha.10 " ,
5
5
"ws" : " ^8.5.0" ,
6
6
"y-websocket" : " ^1.4.1"
7
7
}
You can’t perform that action at this time.
0 commit comments