From f89d692e99b867c97debf1862895f246ea03c477 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Tue, 16 Dec 2025 14:06:41 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/20270593048 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4ba10021b07d..f24d83ecae0c 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" @@ -2131,7 +2131,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "8ce1b4f80f12780da5d07184e4bea25a5c05fe96.zip", hash = "sha256:30336a2d65c5ae4c2d9d7fdc9c22e24b1d285155c93c56ad47a7c34ebc4bfef7"}, + {file = "02b869c9301effc1d3d7de40e908a3e9a53269d6.zip", hash = "sha256:ebbbbecaddbbb5479cf84190249278227e5d524e484af4b59d78aad352d500a1"}, ] [package.dependencies] @@ -2159,7 +2159,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8ce1b4f80f12780da5d07184e4bea25a5c05fe96.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/02b869c9301effc1d3d7de40e908a3e9a53269d6.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5110,4 +5110,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "8f10d0178c0fe4f6a56ed63e0be4ab1635f8bde65cab0ecc4a2442c960c8e27d" +content-hash = "5bb0b9e9b0030585a88370666d9662cdae0f31640d78116d23e25f8b354da00d" diff --git a/pyproject.toml b/pyproject.toml index ca6bf9033cac..0e135713a30c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,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/8ce1b4f80f12780da5d07184e4bea25a5c05fe96.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/02b869c9301effc1d3d7de40e908a3e9a53269d6.zip", ## HumanSignal repo dependencies :end ]