diff --git a/poetry.lock b/poetry.lock index ee0c9f83d2d2..c0616329e319 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip", hash = "sha256:44e53037e39017690e3e79599e175ac0c29372274ecceef3f2cc5c0cb98abcf5"}, + {file = "555132c2533c1da773d15efcd2d5104eb75a4165.zip", hash = "sha256:8e2a0f1e05e0a43b5204ce090555e79539f920d9107ed8c5a741131c32da85c9"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/555132c2533c1da773d15efcd2d5104eb75a4165.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 = "249a5a0c83cc434052c37a0ec2cb2536770676ed569dfcf7f08cbee0b9458cd2" +content-hash = "8c4b24159f0c15bbd22dd9a2e3101e23f24e5879449ca520962c09e5954f2a9d" diff --git a/pyproject.toml b/pyproject.toml index fdff47fae8b6..61b4e1d058e5 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/4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/555132c2533c1da773d15efcd2d5104eb75a4165.zip", ## HumanSignal repo dependencies :end ]