-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Adjust jsonschema version restriction #260
Comments
This is important because many packages require jsonschema version ^4.x.y. It is currently not possible to install either jupyterlab or notebook. |
Since this limits the usability of the otherwise very nice sdk v1 in our projects I wanted to ask if there is any plan / timeline to address this in the near future. |
This is now fixed on main but there is no release with it yet. @niklub Would it be possible to release a new version? |
@niklub can we get a release here? |
Hi,
would it be possible to adjust the poetry dependency of
jsonschema = "3.2.0"
inpyproject.toml
to achieve better compatibility with other packages. For example the Python SDK for Azure Machine Learning Studioazure-ai-ml
requiresjsonschema= ">=4.0.0"
.Thanks.
The text was updated successfully, but these errors were encountered: