diff --git a/poetry.lock b/poetry.lock index 9cdd5a84..34298b6d 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 = "465dc5960f2476929f6aca4aacce73905eb553cb.zip", hash = "sha256:9cdefdab1669c2493bb565c7b561d53addd804b7253bb0cb7487b579827d725a"}, + {file = "3f0ec10a3f7bd0ac821086ee9d9a8a6239a1a503.zip", hash = "sha256:d772e1eab9a68e31b2d94f41416b0c1909e7a0eae50814f597992e6969fd2581"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/465dc5960f2476929f6aca4aacce73905eb553cb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/3f0ec10a3f7bd0ac821086ee9d9a8a6239a1a503.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "e7ea5e694db577097dae77df7bcbb97b3a9bb4495db963c735d99f2876537b77" +content-hash = "a3f3d2d6d362310ce79f869bceab3fcabafdab96ce5cd71284b3cd1e08f4d32b" diff --git a/pyproject.toml b/pyproject.toml index 2f4a0ca2..7cd4ba88 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/465dc5960f2476929f6aca4aacce73905eb553cb.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/3f0ec10a3f7bd0ac821086ee9d9a8a6239a1a503.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)",