I'm attempting to use label-studio-sdk with another dependency which depends on a slightly newer version of pydantic. However, since this project has an explicit version of pydantic==1.8.2, the two conflict.
Would it be possible to use >= 1.8.2 in the requirements.txt to be more compatible?
I'm attempting to use
label-studio-sdk
with another dependency which depends on a slightly newer version ofpydantic
. However, since this project has an explicit version ofpydantic==1.8.2
, the two conflict.Would it be possible to use
>= 1.8.2
in therequirements.txt
to be more compatible?Thanks!