From 6e50696980192e69f83b3c5014860d4fe31834cd Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Tue, 27 Jan 2026 18:38:49 +0000 Subject: [PATCH] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21409492576 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 871d3081..1d7f860e 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 = "0958c41d295b6a39f09549082b11bf1c4523f2fc.zip", hash = "sha256:7ded5f3281e7f73f4cdf1d90616aad74d3bf01778b1ee10df504967c521e17ef"}, + {file = "020a5cfe92931e0ed29bfecbc6098ded05c8a7fc.zip", hash = "sha256:7ca411c30729bb04fbd5d2822f0b59a74754537da1f2e51776e61a31847252f3"}, ] [package.dependencies] @@ -3804,7 +3804,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/0958c41d295b6a39f09549082b11bf1c4523f2fc.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/020a5cfe92931e0ed29bfecbc6098ded05c8a7fc.zip" [[package]] name = "litellm" @@ -8878,4 +8878,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "2628a412c58ff0a9363d1ce8694a93027ff7b666d491fcf89f5fb89d63d2b289" +content-hash = "5a950b2da73eb441e34ab6119d7aee515fdcc996565e722658671c498e77d6ed" diff --git a/pyproject.toml b/pyproject.toml index 6159b431..63894d36 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/0958c41d295b6a39f09549082b11bf1c4523f2fc.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/020a5cfe92931e0ed29bfecbc6098ded05c8a7fc.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)",