diff --git a/poetry.lock b/poetry.lock index 8b27e572..49d844b6 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" @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "cb52bbec1ecc18185f8373d80ae37f9b453c5ff4.zip", hash = "sha256:f399d137ef50c78e726b145175f8c3305b6e37f11c205598b041f9a52a2a7121"}, + {file = "50092905e985f5c0cc902acb3b2665fc9f8a4833.zip", hash = "sha256:c2a520b3e2bd58082166a49932ea677ec8af280a20b3e8f997ffb87a078368ba"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/cb52bbec1ecc18185f8373d80ae37f9b453c5ff4.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/50092905e985f5c0cc902acb3b2665fc9f8a4833.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "764da032f7efaa8e0b1f1b6c997cf86671384286c6ba35b693f27337c0b83957" +content-hash = "3a0484e8d2069120e56d126e914c97da7c7d5888d8a9fd160066bdaf1d4942a4" diff --git a/pyproject.toml b/pyproject.toml index a1359cc8..47d6a447 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/cb52bbec1ecc18185f8373d80ae37f9b453c5ff4.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/50092905e985f5c0cc902acb3b2665fc9f8a4833.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)",