HumanSignal / label-studio-sdk

Label Studio SDK
https://api.labelstud.io
Apache License 2.0
99 stars 61 forks source link

Update requirements due to dependency conflict #139

Closed CognifyPeter closed 1 year ago

CognifyPeter commented 1 year ago

Reproduce:

python 3.11 and pydantic>=2.0 makes it unable to install the latest version of label-studio-sdk.

Cause: The requirements.txt specifies pydantic<=1.11,>1.7

Solution: Would it be possible to update the pydantic version in order to resolve the conflict? I would like to use the package in my current project.