HumanSignal / label-studio-sdk

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

Pinned pydantic dependency version conflicts with other projects #75

Closed xtrementl closed 1 year ago

xtrementl commented 2 years ago

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!

makseq commented 2 years ago

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 :-)