diff --git a/poetry.lock b/poetry.lock index dc1c41c8ec7f..7574baabb99a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2152,7 +2152,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "d600d9832d884ea79ef376482d420b06b0770acb.zip", hash = "sha256:737013720aea41f7a8e5872a1079da89799add16ded9e189f6df2090f80b2b70"}, + {file = "0db51aaedd47e38c74a49dc2e4c8280db99c8fe8.zip", hash = "sha256:afd5af0ce6059745d8d6053c482ec1c751214fdb461509a38d638adef3455917"}, ] [package.dependencies] @@ -2180,7 +2180,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/d600d9832d884ea79ef376482d420b06b0770acb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/0db51aaedd47e38c74a49dc2e4c8280db99c8fe8.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 = "52de85e2cb35f58f883924b256709ab24cdf0f653d385a7b29c3caeb6692de01" +content-hash = "aec4d03f90aa7c0604a887756c7fb02c4011acbcee7b8504d4009703c824f1f7" diff --git a/pyproject.toml b/pyproject.toml index a9feb681695a..2f3ce37b1a76 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/d600d9832d884ea79ef376482d420b06b0770acb.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/0db51aaedd47e38c74a49dc2e4c8280db99c8fe8.zip", ## HumanSignal repo dependencies :end ]