diff --git a/poetry.lock b/poetry.lock index 0c1ffb12be6a..4f9e84034806 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2148,7 +2148,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "f8fa10c7b92562900daeb29058ca213f0b2786f7.zip", hash = "sha256:f28710b30bfcd451484960ae0e1d35b3dd10763a4caceb9a7ebbd0250e99d08c"}, + {file = "fce9fe47442ccc15e671e42323c899a03e0cce7f.zip", hash = "sha256:a21dcd64d5491b78ab3b01596cd6d3bdadde47c4873c731c801e4fef34d44bd1"}, ] [package.dependencies] @@ -2176,7 +2176,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/f8fa10c7b92562900daeb29058ca213f0b2786f7.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/fce9fe47442ccc15e671e42323c899a03e0cce7f.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5146,4 +5146,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "2a669a7073ace4f7d648eca3550e30344a8a3e4d7d7e239a09f8450ed605a440" +content-hash = "3c64071f66b5d822950c9e37d8345faa3bc4f4383d226a9c121179cab5cf40fd" diff --git a/pyproject.toml b/pyproject.toml index f3517eba8188..bc980fb067bc 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/f8fa10c7b92562900daeb29058ca213f0b2786f7.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/fce9fe47442ccc15e671e42323c899a03e0cce7f.zip", ## HumanSignal repo dependencies :end ]