Skip to content

fix: label-studio-sdk version conflict with label-studio#890

Open
yuka-with-data wants to merge 1 commit intoHumanSignal:masterfrom
yuka-with-data:fix/pin-label-studio-sdk
Open

fix: label-studio-sdk version conflict with label-studio#890
yuka-with-data wants to merge 1 commit intoHumanSignal:masterfrom
yuka-with-data:fix/pin-label-studio-sdk

Conversation

@yuka-with-data
Copy link
Copy Markdown
Contributor

This PR resolves a dependency mismatch caused by installing label-studio-sdk from a floating git source, which may resolve to versions incompatible with label-studio==1.23.0, which is the latest version as of today.

Issue

  • label-studio==1.23.0 requires label-studio-sdk==2.0.18
  • Current requirements.txt installs the SDK from git, which resolves to a newer version, causing potential conflicts

This can result in ResolutionImpossible errors when both dependencies are installed together.

Fix

Pin label-studio-sdk to the compatible version.

Closes #869

@yuka-with-data yuka-with-data changed the title Fix: label-studio-sdk version conflict with label-studio fix: label-studio-sdk version conflict with label-studio May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

requirements.txt Pulls Latest SDK Causing Version Conflicts with Label Studio

1 participant