From 13920d78341d06b906e9839e33e71466a56485b9 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Wed, 28 Jan 2026 16:46:46 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21447173477 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c8fe71a..7fbd0904 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" @@ -3776,7 +3776,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip", hash = "sha256:60dd33bb732d42ed9af9eb86d1f6a28a1f5203b5c68513f2ba1fb4893ba64632"}, + {file = "9b1dbbff32dd7e088fb5881e1f3fc4f43b37f486.zip", hash = "sha256:b1b11cd9b1f0d256f32854cdb0d742753a2fa828be27183cf89f7274a1b5e18a"}, ] [package.dependencies] @@ -3804,7 +3804,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9b1dbbff32dd7e088fb5881e1f3fc4f43b37f486.zip" [[package]] name = "litellm" @@ -8878,4 +8878,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "23c62652cda62d77e05e7ae582443238b8d12bf0809959bc3a5a9814e7490b74" +content-hash = "a109ab2a4fce17e88a1cc8526bf4f27bc043b644e14672249069c89cf31db609" diff --git a/pyproject.toml b/pyproject.toml index 24ba2df2..a06c0783 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/8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/9b1dbbff32dd7e088fb5881e1f3fc4f43b37f486.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)",