adammkelly
adammkelly
@p1c2u Seeing this with the latest release. ERROR: jsonschema-spec 0.1.1 has requirement jsonschema=4.0.0, but you'll have jsonschema 3.2.0 which is incompatible. ERROR: openapi-core 0.14.3 has requirement PyYAML= "3.6", but you'll...
I think the jsonschema-spec was due to a dupe requirement installing the newer version of this package. Verified 0.14.4 isn't showing the same symptoms but I am seeing this. ERROR:...
We just require the latest openapi-core which then pulls in the other 2 packages, should we be doing something different for python 3? We have to pin: openapi-spec-validator==0.3.1 jsonschema==4.9.1 to...
@gatzjames Does anyone have bandwidth to look at this one?
Branches had drifted significantly. I have now resolved the conflicts as this appears to be blocking more people than just myself now. Here is the latest PR with the changes...
@alysivji Can this be merged?