diff --git a/poetry.lock b/poetry.lock index 3123ebe7..f9298e83 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 = "c6857e92b44143f1aba234471632891490777856.zip", hash = "sha256:6b8ca9a1c3c93c1d8726e0f1434f3faac410a6f98aee222419dd9e6b704e6605"}, + {file = "e2d5cdfb89e68891c904a7a7ea76bbe3e3b49230.zip", hash = "sha256:19363418cbdb13f23b398a686527357b287f9bdce3cbfafa58122d14450b6618"}, ] [package.dependencies] @@ -3763,7 +3763,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/e2d5cdfb89e68891c904a7a7ea76bbe3e3b49230.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "1c29c0b214c2820965e56e78df4a6fddce4deb470cfd8570afb59075958e4824" +content-hash = "e5672af6bd0de3d04077341a6aae4b6ea58e8357f2399fce9e3c6fbe1241202d" diff --git a/pyproject.toml b/pyproject.toml index c8727cd5..73951897 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/e2d5cdfb89e68891c904a7a7ea76bbe3e3b49230.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)",