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

Wont run with latest jsonschema installed #6

Open
jacobtomlinson opened this issue Jul 6, 2023 · 0 comments
Open

Wont run with latest jsonschema installed #6

jacobtomlinson opened this issue Jul 6, 2023 · 0 comments

Comments

@jacobtomlinson
Copy link
Contributor

It looks like jsonschema did a release today that has broken things here. Things here are pinned to openapi-spec-validator<0.5.0.

'ruamel.yaml>0.17,<0.18', 'prance[osv]>=0.21.8.0', 'openapi-spec-validator<0.5.0', 'jsonpatch>=1.32,<2'

However, there is no pin on jsonschema here or in openapi-spec-validator so the latest release gets installed. I think to fix this either openapi-spec-validator needs to bump to 0.5.0 or jsonschema needs to be pinned to <4.18.

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

1 participant