eo-datasets icon indicating copy to clipboard operation
eo-datasets copied to clipboard

serialise.py:183: DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0

Open pjonsson opened this issue 10 months ago • 0 comments

I submitted a PR to datacube-explorer and got this warning in the tests:

  /usr/local/lib/python3.10/dist-packages/eodatasets3/serialise.py:183: DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
    ref_resolver = jsonschema.RefResolver.from_schema(

which I'm guessing is this repository.

pjonsson avatar Apr 17 '24 18:04 pjonsson