HumanSignal/label-studio-sdk

Update requirements due to dependency conflict

CognifyPeter opened this issue · 0 comments

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.