We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d23c6 commit 3d78b6bCopy full SHA for 3d78b6b
jupyterlab_server/settings_utils.py
@@ -10,7 +10,7 @@
10
from typing import Any
11
12
import json5 # type:ignore[import-untyped]
13
-from jsonschema import Draft4Validator as Validator
+from jsonschema import Draft7Validator as Validator
14
from jsonschema import ValidationError
15
from jupyter_server import _tz as tz
16
from jupyter_server.base.handlers import APIHandler
0 commit comments