diff --git a/poetry.lock b/poetry.lock index b8a20c9151ac..6f96dc5fed37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2152,7 +2152,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "fbdcff43cc53ee1611d29a2829c97f85109ff7be.zip", hash = "sha256:5977a3c7856d4b6bcde4af17726073bcaec6810db34c3da59f98f7622705f3ec"}, + {file = "b624863c645ef8a69752bdba77907fc53c67cd31.zip", hash = "sha256:3b221a1d00b44f95b7badbe207a01f9e565c2460ebdedea975aa8b45c8ce59d1"}, ] [package.dependencies] @@ -2180,7 +2180,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/fbdcff43cc53ee1611d29a2829c97f85109ff7be.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/b624863c645ef8a69752bdba77907fc53c67cd31.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 = "dd7430350ddda4d5be87053884fd8a91a037be6623113000f8115a3340f3c2de" +content-hash = "f4f70d14bb24738e13f812365427071c168112d5d394d1bcd6faadf17f2247c9" diff --git a/pyproject.toml b/pyproject.toml index 6b5a34d33e5d..d45eac52d612 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/fbdcff43cc53ee1611d29a2829c97f85109ff7be.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/b624863c645ef8a69752bdba77907fc53c67cd31.zip", ## HumanSignal repo dependencies :end ]