From 091d87ca5edd8c6d28823770457b433d841467af Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Mon, 10 Nov 2025 21:47:11 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/19247102922 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b97f6fa3a587..427eeef09bb2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2143,7 +2143,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "fe79d021c09e18f8c7dccce8a43f7ef59d6514dd.zip", hash = "sha256:92f1338242d1530ba7d876e175a394ec84aef2dc5516054f83f5ca1b7efeb358"}, + {file = "d9714f97bc0aa5839971dce07e849b43c2460fc4.zip", hash = "sha256:0c4a23a19a71059986024171f0e2a27198a78117daec5999c7b5e1340cc00fa9"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/fe79d021c09e18f8c7dccce8a43f7ef59d6514dd.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d9714f97bc0aa5839971dce07e849b43c2460fc4.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5117,4 +5117,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "88671a7b26e093fca89289a2987f01ce8f5171b4194c92920e04d330341a12cb" +content-hash = "7a729ea0e72524cf1ae41a6cb781aeda2fc78a05d5383dd736fe73d2d7911306" diff --git a/pyproject.toml b/pyproject.toml index 69b65b12a05d..fc4047eb0b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ "tldextract (>=5.1.3)", "uuid-utils (>=0.11.0,<1.0.0)", ## HumanSignal repo dependencies :start - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/fe79d021c09e18f8c7dccce8a43f7ef59d6514dd.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/d9714f97bc0aa5839971dce07e849b43c2460fc4.zip", ## HumanSignal repo dependencies :end ]