From d44288d618a228066e93e51ba8e51573cbcecc40 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 20 Nov 2025 20:05:32 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/19549726442 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1b9316abc926..684357c7d974 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 = "a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip", hash = "sha256:8de4445eb858252d0289953154fe7aedfb99c6fe56b2dfed898b026572b99b07"}, + {file = "b4e749a628a9dabbb1b18f2a25ded6fed93cba87.zip", hash = "sha256:2888dcfcd9f132d3dd4df1bf52dc6f14b4dfd0f35d67862a31fff766897f592b"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/b4e749a628a9dabbb1b18f2a25ded6fed93cba87.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 = "df15a8b924077cfe61c923939080b4b507cc9bcb4bf1d2d7a8511134ec2bdf53" +content-hash = "ec19cd78e08b59b1815d899deae6d4e98daa8378bc076f33da2c8bace08367e9" diff --git a/pyproject.toml b/pyproject.toml index c52d71c57f31..7dbaa8f8217a 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/a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/b4e749a628a9dabbb1b18f2a25ded6fed93cba87.zip", ## HumanSignal repo dependencies :end ]