Yelp / bravado-core

Other
109 stars 98 forks source link

jsonschema deprecation warning #391

Open sustr-equi opened 1 year ago

sustr-equi commented 1 year ago

I got following deprecation warning:

python3.7/site-packages/bravado_core/model.py:888: DeprecationWarning: jsonschema.RefResolver.in_scope is deprecated and will be removed in a future release.
  with spec.resolver.in_scope(additional_uri):

It concerns line: https://github.com/Yelp/bravado-core/blob/382db874b7b838dcfd169b0ce490d6a447ad6ff2/bravado_core/model.py#L888

Packages installed:

bravado                                11.0.3
bravado-core                           5.17.1
jsonschema                             3.2.0