diff --git a/poetry.lock b/poetry.lock index ca0843405f0f..71762a00d631 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7fb275b0deaf5838f91ca79faf6a53e9e14fd15f.zip", hash = "sha256:fee3608ab6781fdf96544e11115d143ef77cdc6ec2a1af94ce6ef7d722d99a01"}, + {file = "7b2ea45290b5bd7a765a7efa053c80c44bc34c07.zip", hash = "sha256:1143597c571c0827cb67793e71d96ce702a1c032e223faa585a444a71fd9e2fa"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7fb275b0deaf5838f91ca79faf6a53e9e14fd15f.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7b2ea45290b5bd7a765a7efa053c80c44bc34c07.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5109,4 +5109,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "31783201aa1159e1e493a56be67d4554d347bf216db1340d3873cc7a33f3b27e" +content-hash = "98565f45f07b1b250dacc73bbbc7e8cdddd92de16e44d6c89e33b80bc94eae30" diff --git a/pyproject.toml b/pyproject.toml index 5938fc1631c9..5078269729ad 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/7fb275b0deaf5838f91ca79faf6a53e9e14fd15f.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7b2ea45290b5bd7a765a7efa053c80c44bc34c07.zip", ## HumanSignal repo dependencies :end ]