diff --git a/poetry.lock b/poetry.lock index e89a3bc5780f..6aa2eec0350c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2167,7 +2167,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "68c437288cc1e288b3eb64a1cfcf2a479fe08b67.zip", hash = "sha256:7d28604c199e93c02ea270e9689cbf35715a610e5cbdeb4ddc715f6905f7657a"}, + {file = "fd99419d40630b8e93de40855b918cb60419a59d.zip", hash = "sha256:21aecb5d9487f51584600c47bb0169e093f2138dbe55a2dace7d073822bcb68d"}, ] [package.dependencies] @@ -2195,7 +2195,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/68c437288cc1e288b3eb64a1cfcf2a479fe08b67.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/fd99419d40630b8e93de40855b918cb60419a59d.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5138,4 +5138,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "eb638dea305d99060570637f30dead6a4197db770c3527021b4444e0f4a51fca" +content-hash = "f558fb2ffce3de6040eb13607c8f101a6977aec996fc8b7c4135a11e62ab6423" diff --git a/pyproject.toml b/pyproject.toml index 448559cdbcc7..24dd564bd78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,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/68c437288cc1e288b3eb64a1cfcf2a479fe08b67.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/fd99419d40630b8e93de40855b918cb60419a59d.zip", ## HumanSignal repo dependencies :end ]