diff --git a/poetry.lock b/poetry.lock index 71466730..7165f68b 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" @@ -3728,13 +3728,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.15" +version = "2.0.16" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "c6857e92b44143f1aba234471632891490777856.zip", hash = "sha256:6b8ca9a1c3c93c1d8726e0f1434f3faac410a6f98aee222419dd9e6b704e6605"}, + {file = "6ea11c91a2fe744817e1289d95a809334c090551.zip", hash = "sha256:91de73c025954da39f5446d4ba8e4677a734401a2cde543fe78cbfc1d097fc51"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c6857e92b44143f1aba234471632891490777856.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/6ea11c91a2fe744817e1289d95a809334c090551.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "1c29c0b214c2820965e56e78df4a6fddce4deb470cfd8570afb59075958e4824" +content-hash = "efbcc695ff294e9c66e070e19577b3e7564fcd4b473eecec83d10cc6d5c02426" diff --git a/pyproject.toml b/pyproject.toml index c8727cd5..e73e9fcc 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/c6857e92b44143f1aba234471632891490777856.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/6ea11c91a2fe744817e1289d95a809334c090551.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)",