From ba0d61b633a6d5c4329d15f3ee7b89da7de24baf Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Mon, 6 Oct 2025 11:41:15 +0000 Subject: [PATCH 1/2] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18279656228 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e9006177..6cbcf2c4 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" @@ -3729,13 +3729,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.11" +version = "2.0.12.dev" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "2422d9735f7318df6b0b9dfe59d5c2bb1375bb53.zip", hash = "sha256:b1122d4e29fa33336d880d890c59a0bd6a8c2dbef776e91e9ccabf639bf263f7"}, + {file = "e96d3aceb6e350cddb89d23b79fc792a6fb74d15.zip", hash = "sha256:5e35b45c47a9ae7cd3988e79ddefcab737cc3f8aa05a0570faeac7646471d119"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/2422d9735f7318df6b0b9dfe59d5c2bb1375bb53.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/e96d3aceb6e350cddb89d23b79fc792a6fb74d15.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "5eb96fde3de346c8d4ce6e762022134ccfd061a39d01f1f0771dcdc769b94ffa" +content-hash = "c005763da1046663af72953d85000de13830767653b8d7a70963afbb9f215a7f" diff --git a/pyproject.toml b/pyproject.toml index 1465fdad..a7643362 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/2422d9735f7318df6b0b9dfe59d5c2bb1375bb53.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/e96d3aceb6e350cddb89d23b79fc792a6fb74d15.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 3189c730fe68694a9681a0d06433cc5e17b79f13 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Mon, 6 Oct 2025 12:46:32 +0000 Subject: [PATCH 2/2] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18281290119 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6cbcf2c4..ea4c0443 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "e96d3aceb6e350cddb89d23b79fc792a6fb74d15.zip", hash = "sha256:5e35b45c47a9ae7cd3988e79ddefcab737cc3f8aa05a0570faeac7646471d119"}, + {file = "c59a0e44fce556c00872220fadc1c3397a3b4817.zip", hash = "sha256:7a64ff524c1dc1fa41b0b48a035473cc0cda4c17714f66eb409ff498671a8468"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e96d3aceb6e350cddb89d23b79fc792a6fb74d15.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c59a0e44fce556c00872220fadc1c3397a3b4817.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "c005763da1046663af72953d85000de13830767653b8d7a70963afbb9f215a7f" +content-hash = "464bb978c401da344ee7e72baec81082b32846645300b2b685ea8332e85bd52a" diff --git a/pyproject.toml b/pyproject.toml index a7643362..a857431c 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/e96d3aceb6e350cddb89d23b79fc792a6fb74d15.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c59a0e44fce556c00872220fadc1c3397a3b4817.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)",