diff --git a/poetry.lock b/poetry.lock index 55e8a680..99758427 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" @@ -3776,7 +3776,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "f15108fac7df29efea57d6b05ddbe3f637480ed8.zip", hash = "sha256:dd12fa67ffed933c720096795ae1429f99ad96ee5ca8e7f0d2cca0e5ad2cc404"}, + {file = "2a5c04500adeace17d3af82eb3a34b2a517f67bb.zip", hash = "sha256:fea7e787f881b4d310b6227644308bc353246e25807fcac52d2c72c6c8b557d1"}, ] [package.dependencies] @@ -3804,7 +3804,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/f15108fac7df29efea57d6b05ddbe3f637480ed8.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/2a5c04500adeace17d3af82eb3a34b2a517f67bb.zip" [[package]] name = "litellm" @@ -8878,4 +8878,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "6d3305b42ec4ce5187a10188303f89aaab114e15ea0e2710da925cdf4f502b44" +content-hash = "c551d0804ac627df90c56b331fe5a5862d6b3c28021fa30ca9c714f242497601" diff --git a/pyproject.toml b/pyproject.toml index e6a78140..082201b5 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/f15108fac7df29efea57d6b05ddbe3f637480ed8.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/2a5c04500adeace17d3af82eb3a34b2a517f67bb.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)",