diff --git a/poetry.lock b/poetry.lock index f91eed30..80c737d6 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 = "aiohappyeyeballs" @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "7c283be42998d12af29c8634e85832065d00ad25.zip", hash = "sha256:2e7313ca04f6aec56273e5b05c9d2bf8cc6c92fa4a03e9aa10232616bb50a560"}, + {file = "22ac183f04a3c2293a35994992b9df225ca800dc.zip", hash = "sha256:c025283c82b192c62b8ec73d54276c83e80835b9e50140d222a7502776a7507d"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7c283be42998d12af29c8634e85832065d00ad25.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/22ac183f04a3c2293a35994992b9df225ca800dc.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "97456092e55cd43ed283d17a37f9479b0c20ebfa2cda998856b33f2bb12e7a33" +content-hash = "6f2addc105af50707fe6e57e22eb004e466a3c885bb0ec9234755a9797cd1ac8" diff --git a/pyproject.toml b/pyproject.toml index 5872c877..70b144ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "kombu (>=5.4.0rc2)", "uvicorn", "pydantic-settings (>=2.9.0,<3.0.0)", - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7c283be42998d12af29c8634e85832065d00ad25.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/22ac183f04a3c2293a35994992b9df225ca800dc.zip", "requests (>=2.32.0,<3.0.0)", # Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904 "litellm (>=1.76.1,<2.0.0)",