inveniosoftware / inveniosoftware/jsonresolver

`jsonref` package dependencies

Open
#32 0 comments 0 reactions 0 assignees View on GitHub
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)
![image](https://user-images.githubusercontent.com/10031585/198969549-2e5f67e7-16f8-44d3-b8ad-1f26781ce0b4.png)

## Solution

Either update the code to allow using `>=v1.0.0` package ; either add a dependecy to `jsonref@0.3.0`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.