diff --git a/poetry.lock b/poetry.lock index 108ebcc215d1..8b8000b3e823 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "aeb0636d1c301ccca84f94268bc5231713384273.zip", hash = "sha256:37fac2402e14cf11a4f58b76df5fc7160350fb8140440cb38d79d022538bccb9"}, + {file = "c17d3437a8bdce98f02572c19c55404594595aa3.zip", hash = "sha256:7cca9ebd4eddd59e5718edf95fd512f8fb8d899e072a82ffe0245e3d67c46051"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/aeb0636d1c301ccca84f94268bc5231713384273.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c17d3437a8bdce98f02572c19c55404594595aa3.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5109,4 +5109,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "2ee256e60c77e0422fab39338bac3b4f834d468d725ded7341a3b25b722065b1" +content-hash = "326439a3242ff951d5ebca1406cd80e8ef07255aaa6d542dfc9b75c270d32a79" diff --git a/pyproject.toml b/pyproject.toml index 93af11ea44ac..879b671407ab 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/aeb0636d1c301ccca84f94268bc5231713384273.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c17d3437a8bdce98f02572c19c55404594595aa3.zip", ## HumanSignal repo dependencies :end ]