diff --git a/poetry.lock b/poetry.lock index 0cc4ee766b2c..50577d8b1164 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2148,7 +2148,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip", hash = "sha256:60dd33bb732d42ed9af9eb86d1f6a28a1f5203b5c68513f2ba1fb4893ba64632"}, + {file = "c41caadf1deb131b75d3ae1e1f2bf537b63a4d01.zip", hash = "sha256:d742511f9cc1c37de470a49baad8fca04d4490a47325e8d511b9fb258e7d4712"}, ] [package.dependencies] @@ -2176,7 +2176,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c41caadf1deb131b75d3ae1e1f2bf537b63a4d01.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 = "3a03f9de9edfdc301ee5454f29cf0ded2ba1ea53768bf7da4e89b2745d6ed2b6" +content-hash = "8c571e07fd918fd832ffd45223a30d53f1879ffe8c30a9b52582d0920ef34598" diff --git a/pyproject.toml b/pyproject.toml index 296cfbaa7757..14a16897be38 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/8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c41caadf1deb131b75d3ae1e1f2bf537b63a4d01.zip", ## HumanSignal repo dependencies :end ]