Yelp / bravado-core

Other
109 stars 98 forks source link

Upstream jsonschema refresolution issue patch #387

Open rpcope1 opened 2 years ago

rpcope1 commented 2 years ago

Schema validation with bravado-core causes "RefResolutionError" when used with newer versions of jsonschema (4.0.0+); this seems to be a problem with jsonschema itself (https://github.com/Julian/jsonschema/issues/847). This commit pins jsonschema to the last known compatible version for bravado-core until the upstream issue is addressed.

rpcope1 commented 2 years ago

Oops, looks like this duplicates #385