We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not possible to use this lib if you have requirements to jsonschema >=4.0.0. The release date for jsonschema 4.0.1 was Sep 30, 2021.
17 months is plenty of time to upgrade, and your clients might need software that relies on jsonschema 4.
Package A depends on jsonschema >4.0.0
Package B depends on package A
Package B also want to use eiffellib, but that is impossible due to jsonschema verision constraints.
More people can use this lib.
jsonschema >4 might not be compatible.
The text was updated successfully, but these errors were encountered:
We should close this issue since #55 has been merged, right?
Sorry, something went wrong.
No branches or pull requests
Description
It's not possible to use this lib if you have requirements to jsonschema >=4.0.0.
The release date for jsonschema 4.0.1 was Sep 30, 2021.
Motivation
17 months is plenty of time to upgrade, and your clients might need software that relies on jsonschema 4.
Exemplification
Package A depends on jsonschema >4.0.0
Package B depends on package A
Package B also want to use eiffellib, but that is impossible due to jsonschema verision constraints.
Benefits
More people can use this lib.
Possible Drawbacks
jsonschema >4 might not be compatible.
The text was updated successfully, but these errors were encountered: