diff --git a/poetry.lock b/poetry.lock index e9006177..ea4c0443 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" @@ -3729,13 +3729,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.11" +version = "2.0.12.dev" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "2422d9735f7318df6b0b9dfe59d5c2bb1375bb53.zip", hash = "sha256:b1122d4e29fa33336d880d890c59a0bd6a8c2dbef776e91e9ccabf639bf263f7"}, + {file = "c59a0e44fce556c00872220fadc1c3397a3b4817.zip", hash = "sha256:7a64ff524c1dc1fa41b0b48a035473cc0cda4c17714f66eb409ff498671a8468"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/2422d9735f7318df6b0b9dfe59d5c2bb1375bb53.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c59a0e44fce556c00872220fadc1c3397a3b4817.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "5eb96fde3de346c8d4ce6e762022134ccfd061a39d01f1f0771dcdc769b94ffa" +content-hash = "464bb978c401da344ee7e72baec81082b32846645300b2b685ea8332e85bd52a" diff --git a/pyproject.toml b/pyproject.toml index 1465fdad..a857431c 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/2422d9735f7318df6b0b9dfe59d5c2bb1375bb53.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c59a0e44fce556c00872220fadc1c3397a3b4817.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)",