diff --git a/poetry.lock b/poetry.lock index 6a645aad7003..38f0006d5a30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "74de937269384aebc99defccc008b14df3b6edc9.zip", hash = "sha256:04f1ab334b1eec658900b0b4e1867d4df92eca58de9222556b740566b3f7512f"}, + {file = "7689f5cb6f550d3fa6d97af8aecf7b51336c0121.zip", hash = "sha256:6640d2d343e43aee02e3ba594f9a40f78d5e598fc12c6086cc4b5ea516c299db"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/74de937269384aebc99defccc008b14df3b6edc9.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7689f5cb6f550d3fa6d97af8aecf7b51336c0121.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5037,4 +5037,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "ce5e80b730a9bc77212cff5caadd8474a21c703ae83275534d74f922e11243fb" +content-hash = "9e4cbf19b651aa76ff822c0830ab77c04d077bd179bf62f94566643bb5f20e9f" diff --git a/pyproject.toml b/pyproject.toml index 215f77b9fa1a..ec89192eae95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "djangorestframework-simplejwt[crypto] (>=5.4.0,<6.0.0)", "tldextract (>=5.1.3)", ## HumanSignal repo dependencies :start - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/74de937269384aebc99defccc008b14df3b6edc9.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7689f5cb6f550d3fa6d97af8aecf7b51336c0121.zip", ## HumanSignal repo dependencies :end ]