From 27a4ae73f3084337f1c6844a8bab30533dbc983b Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 11 Dec 2025 19:30:30 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/20144953355 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a8550df5..f372146f 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" @@ -3747,7 +3747,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip", hash = "sha256:b613d6698a2f1093a1fd91635b5d5c8bac71dcbb34606de2d225c437ee308f80"}, + {file = "5420056a50c7ba39bb19805b311c3e247700c7a6.zip", hash = "sha256:ed676fa917ff2c296c89088a47b30071710fc88c1e7dc557b8d44632a9860ff1"}, ] [package.dependencies] @@ -3775,7 +3775,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/5420056a50c7ba39bb19805b311c3e247700c7a6.zip" [[package]] name = "litellm" @@ -8849,4 +8849,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "8edbe37a5b45756c325d90ccbcd9c47f206d728eb21af09d717ada6736b1fcfa" +content-hash = "62c79b48a9bade5c545b9068adaf3f6069e23c44ea3dfe7802f2c6dbaf609a78" diff --git a/pyproject.toml b/pyproject.toml index 864b6ad3..4645393f 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/c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/5420056a50c7ba39bb19805b311c3e247700c7a6.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)",