From aafc70f41e8566bd4b7f6969a71ceb7ac91ce02a Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 21 Aug 2025 18:52:26 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/17136119235 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee0c9f83d2d2..510a44ce36ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip", hash = "sha256:44e53037e39017690e3e79599e175ac0c29372274ecceef3f2cc5c0cb98abcf5"}, + {file = "e94b41bb2f6aac0f3b825d3d5745f78994cfd869.zip", hash = "sha256:79e13c46e83141e9232ad0a266b15518ebd6299767942a05d4c41fc7f0444534"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/e94b41bb2f6aac0f3b825d3d5745f78994cfd869.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5037,4 +5037,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "249a5a0c83cc434052c37a0ec2cb2536770676ed569dfcf7f08cbee0b9458cd2" +content-hash = "fc5eff180621a059cfff10e28cc032ab1080b3476298996da1bfb5e44a05c2db" diff --git a/pyproject.toml b/pyproject.toml index fdff47fae8b6..8efa773267df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "djangorestframework-simplejwt[crypto] (>=5.4.0,<6.0.0)", "tldextract (>=5.1.3)", ## HumanSignal repo dependencies :start - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/e94b41bb2f6aac0f3b825d3d5745f78994cfd869.zip", ## HumanSignal repo dependencies :end ]