-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relax jsonschema dependency #224
Comments
As I recall, there was a breaking change in jsonschema that requires updates to the validator code to work with 4.18.0 and later. Since we don't yet have a pull request for the new way of doing things, upgrading to the latest version of jsonschema is not possible. |
This issue is a duplicate of #216 |
Here the PR fixing this issue: #228 |
This has been fixed #228 |
Any hard reason why the
jsonschema
dependency is so restrictive:jsonschema[format-nongpl]>=4.6.0,<4.18.0
?As things stand it is not possible to install
cti-stix-validator
together withpymisp
, withcti-stix-validator
having the most restrictive selection.The text was updated successfully, but these errors were encountered: