diff --git a/poetry.lock b/poetry.lock index 8b730bb3..22c2457f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3776,7 +3776,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "c35f875da4b399c2e4fd5ad8bd5268f992605f2d.zip", hash = "sha256:9f1f095751932a9733f354be47aec54c3095e161e2d6739e5b26e196df6d9f95"}, + {file = "c70aa943aee0727b844cf79b5cfaee4cbc6b3437.zip", hash = "sha256:b7874d82194f2edc089eb5dc3ba913177d9187c8b35b828a18d9149673291e59"}, ] [package.dependencies] @@ -3804,7 +3804,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c35f875da4b399c2e4fd5ad8bd5268f992605f2d.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c70aa943aee0727b844cf79b5cfaee4cbc6b3437.zip" [[package]] name = "litellm" @@ -8878,4 +8878,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "431d3921ad9f1b1e76f1f2bab665391af6e1e6733654b3e96b3216aa38a264e7" +content-hash = "815eb4ba9b7cb42f49f73bd7fccb584c83b84f1264bcd4efc83a76bc288df7df" diff --git a/pyproject.toml b/pyproject.toml index 4432f1a5..a7963881 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/c35f875da4b399c2e4fd5ad8bd5268f992605f2d.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c70aa943aee0727b844cf79b5cfaee4cbc6b3437.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)",