Skip to content
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

Dependency to jsonschema is really old #54

Closed
MartinWallgren opened this issue Feb 10, 2023 · 1 comment
Closed

Dependency to jsonschema is really old #54

MartinWallgren opened this issue Feb 10, 2023 · 1 comment

Comments

@MartinWallgren
Copy link
Contributor

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.

@magnusbaeck
Copy link
Member

We should close this issue since #55 has been merged, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants