diff --git a/poetry.lock b/poetry.lock index 755b260e..fff787ed 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" @@ -3776,7 +3776,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "5b349a30313c8ce04d9597ca92634d1a7999aca4.zip", hash = "sha256:aebbb507cd69701402e4457e4158b0babe460af50a2e16405c629c7ab56e7ce3"}, + {file = "947abee129d62371514895b1aa63cb258794a7df.zip", hash = "sha256:8a89c8c3674c0948b7e61fce34b2fd2e15b8a3a039b8b698d1b6daed706192d8"}, ] [package.dependencies] @@ -3804,7 +3804,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/5b349a30313c8ce04d9597ca92634d1a7999aca4.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/947abee129d62371514895b1aa63cb258794a7df.zip" [[package]] name = "litellm" @@ -8878,4 +8878,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "3a975660341d796910b7c674aa8ba6a2a8643796dc503ac4b295676748722e5f" +content-hash = "aea8d98714b24e47f0c83d4eed96fe9b04549c1bc8fb66be0b07a052ce7bf7cc" diff --git a/pyproject.toml b/pyproject.toml index c74ce722..fb74c5f8 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/5b349a30313c8ce04d9597ca92634d1a7999aca4.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/947abee129d62371514895b1aa63cb258794a7df.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)",