diff --git a/poetry.lock b/poetry.lock index fc0d6eb18c17..ac2573f1f501 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "021c7a01d05941a8394f8d0e98fe042baf76f3a0.zip", hash = "sha256:295001fb5b771981910fa20aba04fe316b2a9ae9c307972e05eafbca6238f2e4"}, + {file = "fdfa9548acdcae0571d6d5dacfec2230873e314b.zip", hash = "sha256:8e79d59a4f2543c02b91c425354b9adb4a980873254ba1ba56423cddd3aa2e08"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/021c7a01d05941a8394f8d0e98fe042baf76f3a0.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/fdfa9548acdcae0571d6d5dacfec2230873e314b.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 = "0dea3942db6319f681457e5456f9b3f50d83bd93e3bc96f837079ee8df5b589d" +content-hash = "fa970832742959fdc78cd963b60d9eadecce0c1475f99e14a71dfbce9bc3e662" diff --git a/pyproject.toml b/pyproject.toml index 026c34af0333..659c385d85dc 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/021c7a01d05941a8394f8d0e98fe042baf76f3a0.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/fdfa9548acdcae0571d6d5dacfec2230873e314b.zip", ## HumanSignal repo dependencies :end ]