diff --git a/poetry.lock b/poetry.lock index 99e679693dd2..41acedf1d2d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "8cd4269e3f84d02cfa5c85a0070bf10048f62a93.zip", hash = "sha256:0e8f20a29f1daef50cc9226bd70fd49c50b9ca448a2b912ce72ed6111a0ca94b"}, + {file = "060b1562dfc802eb591fc11e52c00e001ea5c169.zip", hash = "sha256:ffcff2f59e914e2fdc251bd14b506077902bf1a7b47f723a3c1173b14e1db6f3"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8cd4269e3f84d02cfa5c85a0070bf10048f62a93.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/060b1562dfc802eb591fc11e52c00e001ea5c169.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 = "80cf2624871135aeb8d4336485cb84cf6f0de526ac32c6b2a5f9f0f167d543aa" +content-hash = "69fc2a77413624472b21844c8e80b6d0025c4450d21f1da6ba281d5db2dbe38a" diff --git a/pyproject.toml b/pyproject.toml index 9ddeb9d4890f..69db1f609e3b 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/8cd4269e3f84d02cfa5c85a0070bf10048f62a93.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/060b1562dfc802eb591fc11e52c00e001ea5c169.zip", ## HumanSignal repo dependencies :end ]