From b326074c2b8b32f22550ed34e5b961c39dc97bc7 Mon Sep 17 00:00:00 2001 From: hakan458 Date: Mon, 24 Nov 2025 21:24:39 +0000 Subject: [PATCH 1/3] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/19649709945 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 885e1810..24508a09 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" @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip", hash = "sha256:8de4445eb858252d0289953154fe7aedfb99c6fe56b2dfed898b026572b99b07"}, + {file = "c7e1d956f774a950fb6de75b90ae88f9438adfd9.zip", hash = "sha256:f347ab5a5e92296e783325e0268504ac7fdfd56db241cacdc6958db0b32634a9"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c7e1d956f774a950fb6de75b90ae88f9438adfd9.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "1ddb6dfa56c294dc0eb8a558455d47d6bc7a4727bb3b8767dbf7a7d6306f1104" +content-hash = "fe3cdb034ada3b9cc0b2e796f7cf50961cf88bc82c7f0d9fabf3c9ce9127a374" diff --git a/pyproject.toml b/pyproject.toml index 11a221c0..fbbe6f54 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/a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c7e1d956f774a950fb6de75b90ae88f9438adfd9.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 82b65f915d3f12cc21d1efe5853f85634fcb3153 Mon Sep 17 00:00:00 2001 From: hakan458 Date: Mon, 24 Nov 2025 23:50:32 +0000 Subject: [PATCH 2/3] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/19653159978 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 24508a09..b1ff5483 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "c7e1d956f774a950fb6de75b90ae88f9438adfd9.zip", hash = "sha256:f347ab5a5e92296e783325e0268504ac7fdfd56db241cacdc6958db0b32634a9"}, + {file = "295c569127ca8db350e2a5969b08368de2eaf86d.zip", hash = "sha256:f31899360c4638de802d22f0041251f732fd1c48afc0c963b7a79c8f22638923"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c7e1d956f774a950fb6de75b90ae88f9438adfd9.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/295c569127ca8db350e2a5969b08368de2eaf86d.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "fe3cdb034ada3b9cc0b2e796f7cf50961cf88bc82c7f0d9fabf3c9ce9127a374" +content-hash = "4777515e67b6721c9c9b75b10378e6bce75ba3dd4a5137db8b336539f2423c33" diff --git a/pyproject.toml b/pyproject.toml index fbbe6f54..2df54fcd 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/c7e1d956f774a950fb6de75b90ae88f9438adfd9.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/295c569127ca8db350e2a5969b08368de2eaf86d.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 5f0777bd35514e8d65e56556f15bfea9430f01bc Mon Sep 17 00:00:00 2001 From: hakan458 Date: Tue, 25 Nov 2025 00:20:56 +0000 Subject: [PATCH 3/3] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/19653784098 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b1ff5483..894a812e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "295c569127ca8db350e2a5969b08368de2eaf86d.zip", hash = "sha256:f31899360c4638de802d22f0041251f732fd1c48afc0c963b7a79c8f22638923"}, + {file = "9b72a9525c98ecbf36c816d30365380033ee80e1.zip", hash = "sha256:95d6b0b968a779b6216a6c5bf94ae7461c3decf53066ebeee1442627f7ff51a1"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/295c569127ca8db350e2a5969b08368de2eaf86d.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9b72a9525c98ecbf36c816d30365380033ee80e1.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "4777515e67b6721c9c9b75b10378e6bce75ba3dd4a5137db8b336539f2423c33" +content-hash = "036c53918b1d496499a2d6a2f08b7ef9244f2c5077589ea68a63acd2ce4bf302" diff --git a/pyproject.toml b/pyproject.toml index 2df54fcd..a02970bf 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/295c569127ca8db350e2a5969b08368de2eaf86d.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/9b72a9525c98ecbf36c816d30365380033ee80e1.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)",