diff --git a/poetry.lock b/poetry.lock index 17ccb78a..cafcfd3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip", hash = "sha256:7d49adc7c7641ea06850d06deae018c89fb3fa711054b16988c0bd4786730599"}, + {file = "d1b3133280860f255bc3a7c84bde77055ff5e072.zip", hash = "sha256:73e73bec5d639ad5585acbc48116b31727572a805baebd3b34dc8e87e3f0631d"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d1b3133280860f255bc3a7c84bde77055ff5e072.zip" [[package]] name = "litellm" @@ -8833,4 +8833,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "8bf35a8c1ff3e3a449f42811b1f405be197bed8ec9833be1c3bcfcfbfaf9b1f1" +content-hash = "9bfac1f51bf040e447bd005a479095dcd9178efaa4c7eeb40e2fab757f4f6b33" diff --git a/pyproject.toml b/pyproject.toml index 937ae645..fe90f93f 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/3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/d1b3133280860f255bc3a7c84bde77055ff5e072.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)",