diff --git a/poetry.lock b/poetry.lock index 5e505fcf..6eef3be9 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.dev" +version = "2.0.11" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "757d9c30123db1221c5218c22d6d7b584e83f180.zip", hash = "sha256:d96fbbb1fa85527d7653d1477caaa31f91eeb15fb4cc1cf8e3d0b47d097d2e4f"}, + {file = "d53a000e62e79232afd4d9d843f9ebe90ca4bbdf.zip", hash = "sha256:acbd045e2d4772aa25de6d36b6f321b233029e11bec9cafa32882b3c13be239b"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/757d9c30123db1221c5218c22d6d7b584e83f180.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d53a000e62e79232afd4d9d843f9ebe90ca4bbdf.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "e62a06576dbfd1b7e61a3182c21676d6457177a7c6a8cf84281de2afe945627d" +content-hash = "73851cf5896e42c76f4a00c3d5b7cdfe8e45cf172e6ad605057610e37bb53294" diff --git a/pyproject.toml b/pyproject.toml index e3c78c86..68b872d9 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/757d9c30123db1221c5218c22d6d7b584e83f180.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/d53a000e62e79232afd4d9d843f9ebe90ca4bbdf.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)",