From 4103b684563ab72be0ec3ed66c59d25fb173f1f0 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Wed, 24 Dec 2025 00:30:23 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/20474798633 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f56617a8..88fcf08e 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" @@ -3742,7 +3742,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "04ae19229ddcd36ee7de2194023af2dcb9c2a110.zip", hash = "sha256:4d1619c74783976aff4c0ca96afaceaadc3db022d6fa05f3eb7e59b1638366c9"}, + {file = "93fc747e9c7effb4d7e4671f72c4b85bc6e0278a.zip", hash = "sha256:a02bafa8102c3dac2a79505872eb7d896051b000c8c3caa39c2add10cbacd8ab"}, ] [package.dependencies] @@ -3770,7 +3770,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/04ae19229ddcd36ee7de2194023af2dcb9c2a110.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/93fc747e9c7effb4d7e4671f72c4b85bc6e0278a.zip" [[package]] name = "litellm" @@ -8844,4 +8844,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "28495c46a7aff5ddeafb1d916ebd74a24f8c559d6030c8ac6e7096150e47f226" +content-hash = "fcaf67c24ef0b186f934fd73f7194f1244eaa13e2925fae67d6da7fbb79bd37d" diff --git a/pyproject.toml b/pyproject.toml index 6e39190d..50ea00fe 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/04ae19229ddcd36ee7de2194023af2dcb9c2a110.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/93fc747e9c7effb4d7e4671f72c4b85bc6e0278a.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)",