From 9036d94158c7a57287766c1b606f54e66b063ce9 Mon Sep 17 00:00:00 2001 From: mcanu Date: Thu, 12 Feb 2026 19:21:37 +0000 Subject: [PATCH 1/2] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21960874980 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f2f2f75..fb029c63 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" @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "e3c6062e6fffa06e5af1755384522041f62ae8f1.zip", hash = "sha256:896d7493a90ae1cdbb33414841793d1ab861a36f10d43b6c520949d25c5d2141"}, + {file = "3d736d11ce550186928a89dd7853c42a5257726b.zip", hash = "sha256:7541a3838ba4715a0a8acaa4fcfc357d7874fa56dd733c502b70cb51503fd4f6"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e3c6062e6fffa06e5af1755384522041f62ae8f1.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/3d736d11ce550186928a89dd7853c42a5257726b.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "9885f4a55c742946df6f48560d6a34f4f397d0e8da798beb518a1712dd5ffe36" +content-hash = "34801749dd789e43ba65aa181781b49438a912cb90997ceb628d0c9524012f08" diff --git a/pyproject.toml b/pyproject.toml index 24e5eedc..ce7c7db5 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/e3c6062e6fffa06e5af1755384522041f62ae8f1.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/3d736d11ce550186928a89dd7853c42a5257726b.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)", From e4403c5a7dda29013dfd41636c4202001a94d767 Mon Sep 17 00:00:00 2001 From: mcanu Date: Fri, 13 Feb 2026 14:31:25 +0000 Subject: [PATCH 2/2] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21990520452