inveniosoftware / inveniosoftware/jsonresolver
`jsonref` package dependencies
- Dominant language
- Python
- Stars
- 0
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Package version (if known): >=0.3.1
## Describe the bug
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`.
## Screenshots (if applicable)

## Solution
Either update the code to allow using `>=v1.0.0` package ; either add a dependecy to `jsonref@0.3.0`
Contributor guide
Assessment
This issue has not been assessed yet.