We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jsonref
Package version (if known): >=0.3.1
This package has now a dependency to jsonref package >= 0.1 But the last change in jsonref@1.0.0 has breaking change about JsonLoader class. This class doesn't exists anymore. So from jsonref import JsonLoader as _JsonLoader (https://github.com/inveniosoftware/jsonresolver/blob/master/jsonresolver/contrib/jsonref.py#L37) doens't work anymore with jsonref@1.0.0.
jsonref@1.0.0
JsonLoader
from jsonref import JsonLoader as _JsonLoader
Either update the code to allow using >=v1.0.0 package ; either add a dependecy to jsonref@0.3.0
>=v1.0.0
jsonref@0.3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package version (if known): >=0.3.1
Describe the bug
This package has now a dependency to
jsonref
package >= 0.1But the last change in
jsonref@1.0.0
has breaking change aboutJsonLoader
class. This class doesn't exists anymore.So
from jsonref import JsonLoader as _JsonLoader
(https://github.com/inveniosoftware/jsonresolver/blob/master/jsonresolver/contrib/jsonref.py#L37) doens't work anymore withjsonref@1.0.0
.Screenshots (if applicable)
Solution
Either update the code to allow using
>=v1.0.0
package ; either add a dependecy tojsonref@0.3.0
The text was updated successfully, but these errors were encountered: