diff --git a/poetry.lock b/poetry.lock index 53f72121a5b1..d70b9ccb89a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "82856143d3d285437f7314b91e4af9c3b0220da9.zip", hash = "sha256:5b09c781de880267b9ec3dabeaa4645390ae2d494e070059376efa857b59e09a"}, + {file = "a503e2d22641bd2f2ac621bf003bcd50aee22927.zip", hash = "sha256:59e64fd96ade44f0390beb6f396449d609ef9282d489670fa8bc98c8c8d8dabc"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/82856143d3d285437f7314b91e4af9c3b0220da9.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/a503e2d22641bd2f2ac621bf003bcd50aee22927.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 = "81e672aa705d19215714304ff6b5151a56c404d1eec62ccdee8626098301126d" +content-hash = "40b90ca628847617c1c75e37193e96fc21530dc358785a927f554587fdcea98f" diff --git a/pyproject.toml b/pyproject.toml index 3cef06c3a854..60e5aaffb94e 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/82856143d3d285437f7314b91e4af9c3b0220da9.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/a503e2d22641bd2f2ac621bf003bcd50aee22927.zip", ## HumanSignal repo dependencies :end ]