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
jsonschema
Hi! I'm a summer student working under the supervision of @garciagenrique on the development of a REANA JupyterLab extension.
I'm using reana_client, but I'm facing some problems with the jsonschema version required in reana-commons: https://github.com/reanahub/reana-commons/blob/0fa088a4e912742cdc80eac758762b6d01650cef/setup.py#L65C1-L65C40
reana-commons
Our environment uses jupyterlab>=4,<5. It requires jupyterlab-server>=2.19,<3, which needs to use jsonschema>=4.17.3.
jupyterlab>=4,<5
jupyterlab-server>=2.19,<3
jsonschema>=4.17.3
Would it be possible to use a newer version of jsonschema so that we can integrate reana_client into our project?
reana_client
The text was updated successfully, but these errors were encountered:
mdonadoni
No branches or pull requests
Hi! I'm a summer student working under the supervision of @garciagenrique on the development of a REANA JupyterLab extension.
I'm using reana_client, but I'm facing some problems with the
jsonschema
version required inreana-commons
:https://github.com/reanahub/reana-commons/blob/0fa088a4e912742cdc80eac758762b6d01650cef/setup.py#L65C1-L65C40
Our environment uses
jupyterlab>=4,<5
. It requiresjupyterlab-server>=2.19,<3
, which needs to usejsonschema>=4.17.3
.Would it be possible to use a newer version of
jsonschema
so that we can integratereana_client
into our project?The text was updated successfully, but these errors were encountered: