Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsonschema>=4.18.1 causes $ref resolution errors in some JSON protocols, for reasons I haven't been able to discern. The api test environment can't reproduce the problem because its Pipfile still pins it to 4.17. But the snapshot tests just do `pip install ../api`, which uses this setup.py file and installs the latest matching jsonschema, so those tests do catch the problem. As far as I can tell, there is no reason to update jsonschema in this PR. This version constraint may have been loosened accidentally in an earlier commit. So let's just undo it.
- Loading branch information