Skip to content

Commit a7c12a4

Browse files
committed
Test jsonschema versions
1 parent 81f2b12 commit a7c12a4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
chardet>=3.0.2
55
eventlet
66
jinja2>=2.11 # BSD License (3 clause)
7-
jsonschema>=4.18.5 # MIT
8-
# networkx v3.2 and greater does not support Python3.8.
9-
networkx>=2.6,<3.2
7+
#jsonschema==4.17.3
8+
jsonschema==4.26.0
9+
# networkx v3.5 and greater does not support Python3.10.
10+
networkx>=2.6,<3.4
1011
python-dateutil
1112
pyyaml>=5.3.1 # MIT
1213
six>=1.14.0

0 commit comments

Comments
 (0)