File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1838,7 +1838,7 @@ def init_eventlog(self):
1838
1838
for file in get_client_schema_files ():
1839
1839
with importlib_resources .as_file (file ) as f :
1840
1840
try :
1841
- self .eventlog .register_schema_file_object (f )
1841
+ self .eventlog .register_schema_file (f )
1842
1842
except :
1843
1843
pass
1844
1844
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ install_requires =
45
45
anyio>=2.0.2,<3
46
46
importlib-metadata ; python_version < '3.8'
47
47
importlib-resources ; python_version < '3.9'
48
- jupyter_telemetry@git+https://github.com/kiendang/telemetry.git@a4fbf987da063f9e0b337abd21803c968ac64f27
48
+ jupyter_telemetry@git+https://github.com/kiendang/telemetry.git@4f4b5650fc86ffb6fc097741f3523e433b1c4967
49
49
50
50
[options.extras_require]
51
51
test = coverage; pytest; pytest-cov; pytest-mock; requests; pytest-tornasync; pytest-console-scripts; ipykernel
You can’t perform that action at this time.
0 commit comments