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
/Users/rly/mambaforge/envs/jdb/lib/python3.12/site-packages/neuroconv/tools/yaml_conversion_specification/_yaml_conversion_specification.py:7: 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.
from jsonschema import RefResolver, validate
Running neuroconv generates a
DeprecationWarning
:neuroconv/src/neuroconv/tools/yaml_conversion_specification/_yaml_conversion_specification.py
Line 7 in 905dc73
Neuroconv uses
jsonschema>=3.2.0
: https://github.com/catalystneuro/neuroconv/blob/main/pyproject.toml#L37Release notes: https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst#v4180
The text was updated successfully, but these errors were encountered: