HumanSignal/label-studio-sdk

Pinned pydantic dependency version conflicts with other projects

xtrementl opened this issue · 1 comments

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?

Thanks!

Yes, it's possible, but we need to limit somehow, e.g. ~=1.8.0. It would be great if you could create a PR :-)