diff --git a/poetry.lock b/poetry.lock index 0f773edf9c57..7c545df52271 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" @@ -2143,7 +2143,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "52110256882ee3adbc75cbb900db27402052b267.zip", hash = "sha256:98064a0737b91908336a27e0e9b3ed99c6848f3eb03c37a5d342077ac8dfa421"}, + {file = "1e71333c356374d9d9fd47a2fe8d5d2cadb0e798.zip", hash = "sha256:7834eaab38a81cdb7ce5575d721b983bb4f2ac256b4727f469cd4eaa20a9c28f"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/52110256882ee3adbc75cbb900db27402052b267.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/1e71333c356374d9d9fd47a2fe8d5d2cadb0e798.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5117,4 +5117,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "3a99d790c28c29d6ad6c0d6194d1c1b5b2502e94986d7f77d86ce217502b65c7" +content-hash = "63b069265d13ca63b923951d831fc757ffc7d858fedc97bba13768d2ea0c525e" diff --git a/pyproject.toml b/pyproject.toml index 67c863b3c88d..1ea0854704e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,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/52110256882ee3adbc75cbb900db27402052b267.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/1e71333c356374d9d9fd47a2fe8d5d2cadb0e798.zip", ## HumanSignal repo dependencies :end ]