Commit 8464a30
fix: update deprecated jsonschema import to use protocols module
Replace deprecated 'from jsonschema import Validator' with
'from jsonschema.protocols import Validator' to resolve
DeprecationWarning about direct import from jsonschema package.
Co-Authored-By: AJ Steers <[email protected]>1 parent 1b42145 commit 8464a30
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 21 | | |
27 | 22 | | |
28 | 23 | | |
| |||
0 commit comments