As of v4.18.0, jsonschema emits the following warning related to jsonschema.exceptions.RefResolutionError:
DeprecationWarning: jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
It would be good if this package could address this warning before RefResolutionError is removed in some future version.
As of v4.18.0,
jsonschemaemits the following warning related tojsonschema.exceptions.RefResolutionError:It would be good if this package could address this warning before
RefResolutionErroris removed in some future version.