diff --git a/poetry.lock b/poetry.lock index 09e620fb6124..be2621bc97c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "6b621f3b9137c4fe5353dc6702ce5ea81d277e18.zip", hash = "sha256:02debd69da58c8cac5dd2e8ba3fbb1d211e33d8a05999fe40cf5879af890b772"}, + {file = "fd9cd325b03afc00928c7b2c8ea77a0356d911f0.zip", hash = "sha256:8c68d96202870815274a296690fab4119e0a49522a8df995dcb62b0256bd1cd1"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/6b621f3b9137c4fe5353dc6702ce5ea81d277e18.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/fd9cd325b03afc00928c7b2c8ea77a0356d911f0.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 = "378077df48234ccd4f760a0a83cdd81849a5ec909861bffd02ffa1720e1a6515" +content-hash = "64ca8560644ab415f88ed86d1c937537faa2041c8e5539ef60a9943b5685905e" diff --git a/pyproject.toml b/pyproject.toml index 515496e9f92e..35d4eeaab393 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/6b621f3b9137c4fe5353dc6702ce5ea81d277e18.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/fd9cd325b03afc00928c7b2c8ea77a0356d911f0.zip", ## HumanSignal repo dependencies :end ]