diff --git a/poetry.lock b/poetry.lock index 9ef4236dbab2..7f4e350e3d6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -2131,7 +2131,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip", hash = "sha256:b613d6698a2f1093a1fd91635b5d5c8bac71dcbb34606de2d225c437ee308f80"}, + {file = "58970c14d2c1683e5093eae848a8265cbbc4acac.zip", hash = "sha256:de26d6a1e4e2a704568482e87078e68e201af48574eca18be07d5c626889d444"}, ] [package.dependencies] @@ -2159,7 +2159,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/58970c14d2c1683e5093eae848a8265cbbc4acac.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5110,4 +5110,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "f6eaea0f01cea5b9ade5eb8f5101a72e0c633229b7e0712cd50d34e9d058098a" +content-hash = "57694e7f849581974361ddc59b625bd947f182605f6227137614bd708fa304a5" diff --git a/pyproject.toml b/pyproject.toml index 89b513c573af..4d89176f29cb 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/c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/58970c14d2c1683e5093eae848a8265cbbc4acac.zip", ## HumanSignal repo dependencies :end ]