HumanSignal / label-studio-sdk

Label Studio SDK
https://api.labelstud.io
86 stars 57 forks source link

Adjust jsonschema version restriction #260

Open JB9891 opened 1 month ago

JB9891 commented 1 month ago

Hi,

would it be possible to adjust the poetry dependency of jsonschema = "3.2.0" in pyproject.toml to achieve better compatibility with other packages. For example the Python SDK for Azure Machine Learning Studio azure-ai-ml requires jsonschema= ">=4.0.0".

Thanks.

Buckler89 commented 1 month ago

This is important because many packages require jsonschema version ^4.x.y. It is currently not possible to install either jupyterlab or notebook.

pppmlt commented 1 month ago

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.