diff --git a/poetry.lock b/poetry.lock index 445b6e7b8dcd..fd8c96098056 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2152,7 +2152,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "ea9b1ed8e34f1bbc7923ae2ae2acca2135d23917.zip", hash = "sha256:bae8d9f55372e89df0a26f55b26d11f45fcb9a9e35d52e32b360e35bdfa7de7d"}, + {file = "b6b5639bc89a692ec41cb4055b252d467cca2936.zip", hash = "sha256:5982ea4a2f6ad6049ea92c04786626709fe53db9b90caee1a3d2abaa01336034"}, ] [package.dependencies] @@ -2180,7 +2180,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/ea9b1ed8e34f1bbc7923ae2ae2acca2135d23917.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/b6b5639bc89a692ec41cb4055b252d467cca2936.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5126,4 +5126,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "3564330bb4aad4d15834b9efd373c05ea84bd0b2422dc598213bd85351247a5d" +content-hash = "3d2d67d918389e2a3ede9cfb5696c92dc35dde3688fdf0401e98abe96035e5fb" diff --git a/pyproject.toml b/pyproject.toml index 414838ac2fa2..0638c51f261d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dependencies = [ "tldextract (>=5.1.3)", "uuid-utils (>=0.11.0,<1.0.0)", ## HumanSignal repo dependencies :start - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/ea9b1ed8e34f1bbc7923ae2ae2acca2135d23917.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/b6b5639bc89a692ec41cb4055b252d467cca2936.zip", ## HumanSignal repo dependencies :end ]