From 74e96f09d34d04f435b0d210dd5f4eb5fb757ab7 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Tue, 16 Dec 2025 14:04:40 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/20270593641 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc626746..7e115311 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 = "8ce1b4f80f12780da5d07184e4bea25a5c05fe96.zip", hash = "sha256:30336a2d65c5ae4c2d9d7fdc9c22e24b1d285155c93c56ad47a7c34ebc4bfef7"}, + {file = "02b869c9301effc1d3d7de40e908a3e9a53269d6.zip", hash = "sha256:ebbbbecaddbbb5479cf84190249278227e5d524e484af4b59d78aad352d500a1"}, ] [package.dependencies] @@ -3775,7 +3775,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8ce1b4f80f12780da5d07184e4bea25a5c05fe96.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/02b869c9301effc1d3d7de40e908a3e9a53269d6.zip" [[package]] name = "litellm" @@ -8849,4 +8849,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "50d9691658b0e7f4dd7ac50285d924e7f1b9189d83db4def991a7723d2aaabd7" +content-hash = "0ec51e83083697946f5d40c71380c42a08e48cd686e7b7ab6de23b70c16ec4ac" diff --git a/pyproject.toml b/pyproject.toml index 6b482f59..046d81d2 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/8ce1b4f80f12780da5d07184e4bea25a5c05fe96.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/02b869c9301effc1d3d7de40e908a3e9a53269d6.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)",