From 4c8ad1f874d10e5712194e9e9a85c8e5e4485b73 Mon Sep 17 00:00:00 2001 From: farioas Date: Tue, 3 Mar 2026 20:26:02 +0000 Subject: [PATCH 1/2] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/22641170979 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 56c057b7..595c557d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4206,13 +4206,13 @@ google-auth = ["google-auth (>=1.0.1)"] [[package]] name = "label-studio-sdk" -version = "2.0.20.dev" +version = "2.0.20" description = "" optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "6476edd3bb95be7c55c169beb52cc22771a09317.zip", hash = "sha256:49c1c96a561a51ea1a345d369568b90b12f6033b6a91ad49416f43dfc562b799"}, + {file = "9ca3ea9b5f40a2a7f182361ef0def3b6b85104b8.zip", hash = "sha256:1a9d8f5fec724fa4d3f64f6e5294b80b4fceaed305a780210e75eaaabbd3b60e"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/6476edd3bb95be7c55c169beb52cc22771a09317.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9ca3ea9b5f40a2a7f182361ef0def3b6b85104b8.zip" [[package]] name = "lark" @@ -9857,4 +9857,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "55929cd38fb33c50d929fe4fa21ed9f7d6265ca6fc81e8fbb601b8754407baed" +content-hash = "5d74c71a28d9f1a6ed5ef979dd5a9682e7c566d2a5f54378d997feaf98947043" diff --git a/pyproject.toml b/pyproject.toml index fba4f1ff..f88fe793 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/6476edd3bb95be7c55c169beb52cc22771a09317.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/9ca3ea9b5f40a2a7f182361ef0def3b6b85104b8.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 3f90e2009c93ebcd2caca5f00c2dc69babf1d5e2 Mon Sep 17 00:00:00 2001 From: farioas Date: Tue, 3 Mar 2026 21:24:36 +0000 Subject: [PATCH 2/2] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/22643365337 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 595c557d..56c057b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4206,13 +4206,13 @@ google-auth = ["google-auth (>=1.0.1)"] [[package]] name = "label-studio-sdk" -version = "2.0.20" +version = "2.0.20.dev" description = "" optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "9ca3ea9b5f40a2a7f182361ef0def3b6b85104b8.zip", hash = "sha256:1a9d8f5fec724fa4d3f64f6e5294b80b4fceaed305a780210e75eaaabbd3b60e"}, + {file = "6476edd3bb95be7c55c169beb52cc22771a09317.zip", hash = "sha256:49c1c96a561a51ea1a345d369568b90b12f6033b6a91ad49416f43dfc562b799"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/9ca3ea9b5f40a2a7f182361ef0def3b6b85104b8.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/6476edd3bb95be7c55c169beb52cc22771a09317.zip" [[package]] name = "lark" @@ -9857,4 +9857,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "5d74c71a28d9f1a6ed5ef979dd5a9682e7c566d2a5f54378d997feaf98947043" +content-hash = "55929cd38fb33c50d929fe4fa21ed9f7d6265ca6fc81e8fbb601b8754407baed" diff --git a/pyproject.toml b/pyproject.toml index f88fe793..fba4f1ff 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/9ca3ea9b5f40a2a7f182361ef0def3b6b85104b8.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/6476edd3bb95be7c55c169beb52cc22771a09317.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)",