You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I submitted a PR to datacube-explorer and got this warning in the tests:
which I'm guessing is this repository.
The text was updated successfully, but these errors were encountered: