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 72c042a commit aaecc47Copy full SHA for aaecc47
1 file changed
toolchain/pyproject.toml
@@ -12,7 +12,8 @@ dependencies = [
12
"PyYAML",
13
"argparse",
14
"dataclasses",
15
- "fastjsonschema",
+ "fastjsonschema<2.22; python_version < '3.10'",
16
+ "fastjsonschema; python_version >= '3.10'",
17
"rapidfuzz", # For "did you mean?" typo suggestions
18
19
# Build System
0 commit comments