Would it be possible to move from jsonschema 2.6 to 3.* #5696
Replies: 1 comment
-
We would need to use a version that can be used on python3.6->3.9, as at the moment the same version has to be used for all our distributions, and I think there isn't a 4.x that works on python3.6. (When I attempt the latest I can get is 4.0.0 which has been yanked). We welcome fixes provided by the community, so if you were interested in contributing a PR to see if the version can be incremented to 3.2.0 then that would be great. There is mention in 3.0 release of a major overhaul to some of the classes, so it is possible that there may be additional code changes required to support moving up to 3.2. If you are interested in investigating further, then feel free to start looking at PRs on those two repos, and if you reach out to the generic #development channel on slack, I'm sure we can assist. |
Beta Was this translation helpful? Give feedback.
-
Hello, I hope this is the right place for this question.
We're attempting to integrate st2client into our project and it has a strict requirement of jsonschema 2.6 which is unfortunately incompatible with our system. Could the version constraints be loosened?
It appears to be set in https://github.com/StackStorm/orquesta/blob/676ce3e36b2663ba6c33ea9837d61d3e55a12981/requirements.txt#L4 and
st2/fixed-requirements.txt
Line 22 in 9bab2a3
Beta Was this translation helpful? Give feedback.
All reactions