eo-datasets
eo-datasets copied to clipboard
serialise.py:183: DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0
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.