diff --git a/poetry.lock b/poetry.lock index 84896e64..9bf6c5ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7f3b96345919cc639ea1bd46f8c1246d1cf4e362.zip", hash = "sha256:de0f77c357c666ade71d9a74dbf738defae980052f880e28f502c909e318755f"}, + {file = "54495531feb0ba412c33605c53484b993fe2be8b.zip", hash = "sha256:e96883dd11d5cba07874cde9f1d6640d62085c572fe53ed37707b914292c17c7"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7f3b96345919cc639ea1bd46f8c1246d1cf4e362.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/54495531feb0ba412c33605c53484b993fe2be8b.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "fe33aa2ce09520bb95023cdaa4fd5f1f8f155d2a39b2316270eade54fd9b0918" +content-hash = "4f62542f34623d95600888a5648663b9296c2805e9035143a19c249661481917" diff --git a/pyproject.toml b/pyproject.toml index 243a430d..741ebaff 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/7f3b96345919cc639ea1bd46f8c1246d1cf4e362.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/54495531feb0ba412c33605c53484b993fe2be8b.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.47.2"