Closed CognifyPeter closed 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
requirements.txt
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.
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.7Solution: 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.