diff --git a/poetry.lock b/poetry.lock index 454c16a5..e0f0f56b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "d600d9832d884ea79ef376482d420b06b0770acb.zip", hash = "sha256:737013720aea41f7a8e5872a1079da89799add16ded9e189f6df2090f80b2b70"}, + {file = "0976d1ae89b0c0ebfa5a845facf948277c7190bf.zip", hash = "sha256:5cd5a7b2068b8ef83d7ca52669166eccc421b77589face317bc3ae4b34b41ec4"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/d600d9832d884ea79ef376482d420b06b0770acb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/0976d1ae89b0c0ebfa5a845facf948277c7190bf.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "6d5ffbc15b178fc99d62bc91b5107518b3554b2a563619d238fa55afc5735a3b" +content-hash = "029701c2a61aa82d583ba37f752837a0b724600f5c57feaeccdfffe395e532dd" diff --git a/pyproject.toml b/pyproject.toml index 226f9643..f2318465 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/d600d9832d884ea79ef376482d420b06b0770acb.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/0976d1ae89b0c0ebfa5a845facf948277c7190bf.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)",