diff --git a/poetry.lock b/poetry.lock index 5e9f227f24c0..e09307a74235 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2136,7 +2136,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "739f3231a40c0903abb52936ed833c7d4a053595.zip", hash = "sha256:7d278a659312d8b299fa964572e5f1713d68aa38d41d3ba5d1539a1c4e118ccd"}, + {file = "1e7f4dc66d88f43d11b22ad6ba3ac659c6b84e64.zip", hash = "sha256:61418471e4d71b4e7054b6abce5c6c798d688061a23f56cd1aa10879bca8a342"}, ] [package.dependencies] @@ -2164,7 +2164,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/739f3231a40c0903abb52936ed833c7d4a053595.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/1e7f4dc66d88f43d11b22ad6ba3ac659c6b84e64.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5037,4 +5037,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "2cec409e00c0b54891e5299f4e71a4bbcd6955cb843ab8eb95960ff98c33ce0e" +content-hash = "67cc3ccbe2a732dfc0c9b2f2c7e277eea657b2ed76f1b33f598620579c39a321" diff --git a/pyproject.toml b/pyproject.toml index c0a48ed204de..7215d0bdb0a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "djangorestframework-simplejwt[crypto] (>=5.4.0,<6.0.0)", "tldextract (>=5.1.3)", ## HumanSignal repo dependencies :start - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/739f3231a40c0903abb52936ed833c7d4a053595.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/1e7f4dc66d88f43d11b22ad6ba3ac659c6b84e64.zip", ## HumanSignal repo dependencies :end ]