Skip to content

Commit 3d78b6b

Browse files
authored
Align JSON schema validator with one used on the frontend (#423)
1 parent d4d23c6 commit 3d78b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_server/settings_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typing import Any
1111

1212
import json5 # type:ignore[import-untyped]
13-
from jsonschema import Draft4Validator as Validator
13+
from jsonschema import Draft7Validator as Validator
1414
from jsonschema import ValidationError
1515
from jupyter_server import _tz as tz
1616
from jupyter_server.base.handlers import APIHandler

0 commit comments

Comments
 (0)