From b3d5d810f2a3eee20e27b2628dd6a1ce94b4a3b2 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 7 Nov 2025 16:11:48 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/19174052920 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 15b56a7d3021..e938d54a38ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -2143,7 +2143,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "465dc5960f2476929f6aca4aacce73905eb553cb.zip", hash = "sha256:9cdefdab1669c2493bb565c7b561d53addd804b7253bb0cb7487b579827d725a"}, + {file = "3f0ec10a3f7bd0ac821086ee9d9a8a6239a1a503.zip", hash = "sha256:d772e1eab9a68e31b2d94f41416b0c1909e7a0eae50814f597992e6969fd2581"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/465dc5960f2476929f6aca4aacce73905eb553cb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/3f0ec10a3f7bd0ac821086ee9d9a8a6239a1a503.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 = "59b23982f7f61ff2fd1b1737d483ed6cb9409beed086b23f7f5185043467f0d0" +content-hash = "d10990c9f5f3c7d220c1c65ba281546f035da9c5638e21a34284068aa94d2f5d" diff --git a/pyproject.toml b/pyproject.toml index d3d3545e54e0..2567cc473794 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/465dc5960f2476929f6aca4aacce73905eb553cb.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/3f0ec10a3f7bd0ac821086ee9d9a8a6239a1a503.zip", ## HumanSignal repo dependencies :end ]