diff --git a/poetry.lock b/poetry.lock index b5050e5fc11f..5d9264a86c1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2126,7 +2126,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "5b349a30313c8ce04d9597ca92634d1a7999aca4.zip", hash = "sha256:aebbb507cd69701402e4457e4158b0babe460af50a2e16405c629c7ab56e7ce3"}, + {file = "947abee129d62371514895b1aa63cb258794a7df.zip", hash = "sha256:8a89c8c3674c0948b7e61fce34b2fd2e15b8a3a039b8b698d1b6daed706192d8"}, ] [package.dependencies] @@ -2154,7 +2154,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/5b349a30313c8ce04d9597ca92634d1a7999aca4.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/947abee129d62371514895b1aa63cb258794a7df.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5105,4 +5105,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "ab02116d95e9c89319b1f609c8b78363a1146595d567de409397e36de938fe83" +content-hash = "4abbb4fb3532687e874221ca12f79add74e8546cf07f172a37c5c0c3bf1ebdac" diff --git a/pyproject.toml b/pyproject.toml index 9078b6eae996..d4d3a18507b1 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/5b349a30313c8ce04d9597ca92634d1a7999aca4.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/947abee129d62371514895b1aa63cb258794a7df.zip", ## HumanSignal repo dependencies :end ]