From 4e5fce210aaed963eba5dbdcb35eb969ff8d2a10 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Wed, 15 Oct 2025 21:16:01 +0000 Subject: [PATCH 1/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18542876481 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2ff316f..b369aa3f 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 = "a97616e1932388d234f0794eddef419bdb9e29c8.zip", hash = "sha256:20fd8fd95a74d692d4406ada974d20e23b8e0d7910a14b3a0d3f76c131b785ae"}, + {file = "4cf353f18cb4a5edc7f8bc1b6fb343cb4a2a1867.zip", hash = "sha256:20b1aafe60a37072ca8bb2b4c44719d3385052db43cb80c0c074d03d2edc45d7"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a97616e1932388d234f0794eddef419bdb9e29c8.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/4cf353f18cb4a5edc7f8bc1b6fb343cb4a2a1867.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "d037a91d03ddc984302bcc041b8ddcc2fa83ba8928c33a9ace1b8d5f0fd342fa" +content-hash = "ce9add1f36350a152d56b8e87de4fe9476d36c9bfc2c415b4743143c2546a6ed" diff --git a/pyproject.toml b/pyproject.toml index ae352e0d..898f57c4 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/a97616e1932388d234f0794eddef419bdb9e29c8.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/4cf353f18cb4a5edc7f8bc1b6fb343cb4a2a1867.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 2278b9efcaee673a24b0c5b03f8fcf47899a678d Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 17 Oct 2025 13:50:55 +0000 Subject: [PATCH 2/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18594759347 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b369aa3f..ed0b7ddb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "4cf353f18cb4a5edc7f8bc1b6fb343cb4a2a1867.zip", hash = "sha256:20b1aafe60a37072ca8bb2b4c44719d3385052db43cb80c0c074d03d2edc45d7"}, + {file = "9fb9d5f03f54109f6d75d21c3e404ddee1c8da33.zip", hash = "sha256:9682e43144eb5c5f057e174c501f29a581458884e51a61adda067a4fa36a8806"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/4cf353f18cb4a5edc7f8bc1b6fb343cb4a2a1867.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9fb9d5f03f54109f6d75d21c3e404ddee1c8da33.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "ce9add1f36350a152d56b8e87de4fe9476d36c9bfc2c415b4743143c2546a6ed" +content-hash = "e5bc4626db57bc79f5fec193c14471ad594f284077281b8c0adb9ba32a910c5c" diff --git a/pyproject.toml b/pyproject.toml index 898f57c4..bcb135fe 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/4cf353f18cb4a5edc7f8bc1b6fb343cb4a2a1867.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/9fb9d5f03f54109f6d75d21c3e404ddee1c8da33.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 9051ddfdeee5d587bf37fe7200ef79983e2bf508 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 17 Oct 2025 14:00:08 +0000 Subject: [PATCH 3/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18594984553 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ed0b7ddb..8c0bb0b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "9fb9d5f03f54109f6d75d21c3e404ddee1c8da33.zip", hash = "sha256:9682e43144eb5c5f057e174c501f29a581458884e51a61adda067a4fa36a8806"}, + {file = "7bf61807ebfcfce7c53af5943fbcd7e6e656b75e.zip", hash = "sha256:dd50f2d9fdac36b30ab6eec78b07bf0a218dbec0450510e83f50041ee858debe"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/9fb9d5f03f54109f6d75d21c3e404ddee1c8da33.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7bf61807ebfcfce7c53af5943fbcd7e6e656b75e.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "e5bc4626db57bc79f5fec193c14471ad594f284077281b8c0adb9ba32a910c5c" +content-hash = "25b3ebd8b0646f6ebd764fbfb6221f4255704679283bca35088e613ae01ad972" diff --git a/pyproject.toml b/pyproject.toml index bcb135fe..0bd5ad9f 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/9fb9d5f03f54109f6d75d21c3e404ddee1c8da33.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7bf61807ebfcfce7c53af5943fbcd7e6e656b75e.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 8a2a9e4de8b9dfc2823f846b7ab41c16c33b87fc Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 17 Oct 2025 20:01:58 +0000 Subject: [PATCH 4/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18603474485 From d1c83d978dc2debc4e4e353ce33a9558f497bc86 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 17 Oct 2025 20:05:14 +0000 Subject: [PATCH 5/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18603545266 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8c0bb0b3..f95c1c07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7bf61807ebfcfce7c53af5943fbcd7e6e656b75e.zip", hash = "sha256:dd50f2d9fdac36b30ab6eec78b07bf0a218dbec0450510e83f50041ee858debe"}, + {file = "995a497e53546782bbc20629611c00e5a6a86f2b.zip", hash = "sha256:1ad7b1ad737796de28469b329ecb179db5b79c70e048b3cba0aeab34b31d7a16"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7bf61807ebfcfce7c53af5943fbcd7e6e656b75e.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/995a497e53546782bbc20629611c00e5a6a86f2b.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "25b3ebd8b0646f6ebd764fbfb6221f4255704679283bca35088e613ae01ad972" +content-hash = "7c8f176c23b99f7bee93eee8def69833e298b5baa39cd0963d6b4433f01bbedd" diff --git a/pyproject.toml b/pyproject.toml index 0bd5ad9f..981ff233 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/7bf61807ebfcfce7c53af5943fbcd7e6e656b75e.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/995a497e53546782bbc20629611c00e5a6a86f2b.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 c7519fd7e52362c7c5286b70d7ece122360b4fc3 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 17 Oct 2025 20:13:10 +0000 Subject: [PATCH 6/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18603727952 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f95c1c07..14e74b87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "995a497e53546782bbc20629611c00e5a6a86f2b.zip", hash = "sha256:1ad7b1ad737796de28469b329ecb179db5b79c70e048b3cba0aeab34b31d7a16"}, + {file = "7b0a7a09471fc0734d9d013b3632232a53915b7f.zip", hash = "sha256:2553edbaec4e4bcd0033c26963fe085b58cfa7a069069ba496ceaeb92db7ce6f"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/995a497e53546782bbc20629611c00e5a6a86f2b.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7b0a7a09471fc0734d9d013b3632232a53915b7f.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "7c8f176c23b99f7bee93eee8def69833e298b5baa39cd0963d6b4433f01bbedd" +content-hash = "25f305bba6e6f02c3f9a967bc472d314615ede8cdea5ba60a17cd72e96662872" diff --git a/pyproject.toml b/pyproject.toml index 981ff233..ebd9682b 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/995a497e53546782bbc20629611c00e5a6a86f2b.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7b0a7a09471fc0734d9d013b3632232a53915b7f.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 fb8018f296f74f15670785c2919dfa6c5d488b16 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 17 Oct 2025 21:29:21 +0000 Subject: [PATCH 7/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18605305793 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 14e74b87..615c6908 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7b0a7a09471fc0734d9d013b3632232a53915b7f.zip", hash = "sha256:2553edbaec4e4bcd0033c26963fe085b58cfa7a069069ba496ceaeb92db7ce6f"}, + {file = "84fd3e4b38f0352c5f2271348b544cbb64d425eb.zip", hash = "sha256:7468ff461ccb060fa9556c3006617700ca031b0d16d109ef735be87407465819"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7b0a7a09471fc0734d9d013b3632232a53915b7f.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/84fd3e4b38f0352c5f2271348b544cbb64d425eb.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "25f305bba6e6f02c3f9a967bc472d314615ede8cdea5ba60a17cd72e96662872" +content-hash = "d6f23033ab4a85a2827d6fdbcd03df1873868f5887e0809d35ca659a779f913b" diff --git a/pyproject.toml b/pyproject.toml index ebd9682b..5ea5a336 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/7b0a7a09471fc0734d9d013b3632232a53915b7f.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/84fd3e4b38f0352c5f2271348b544cbb64d425eb.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 faabfac8874ce86ac19a335a1490312b161f00d7 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 17 Oct 2025 22:02:57 +0000 Subject: [PATCH 8/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18605851388 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 615c6908..864d2247 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "84fd3e4b38f0352c5f2271348b544cbb64d425eb.zip", hash = "sha256:7468ff461ccb060fa9556c3006617700ca031b0d16d109ef735be87407465819"}, + {file = "6add9757f8db4923c736de6143e791d66543ad91.zip", hash = "sha256:ec671d20defa0c5e38eb77bc5785337098aba396f61709809f039e8b5c43b0a3"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/84fd3e4b38f0352c5f2271348b544cbb64d425eb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/6add9757f8db4923c736de6143e791d66543ad91.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "d6f23033ab4a85a2827d6fdbcd03df1873868f5887e0809d35ca659a779f913b" +content-hash = "0d5f78ffd271a82fabe613720092a727bbc3bd58124bb823055b7ffc71c61081" diff --git a/pyproject.toml b/pyproject.toml index 5ea5a336..c759c0bf 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/84fd3e4b38f0352c5f2271348b544cbb64d425eb.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/6add9757f8db4923c736de6143e791d66543ad91.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 3a96131fa3de6d2faa37ed0e7532917542a2febd Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 17 Oct 2025 22:43:57 +0000 Subject: [PATCH 9/9] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/label-studio-enterprise/actions/runs/18606555175 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 864d2247..8b27e572 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 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 = "6add9757f8db4923c736de6143e791d66543ad91.zip", hash = "sha256:ec671d20defa0c5e38eb77bc5785337098aba396f61709809f039e8b5c43b0a3"}, + {file = "cb52bbec1ecc18185f8373d80ae37f9b453c5ff4.zip", hash = "sha256:f399d137ef50c78e726b145175f8c3305b6e37f11c205598b041f9a52a2a7121"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/6add9757f8db4923c736de6143e791d66543ad91.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/cb52bbec1ecc18185f8373d80ae37f9b453c5ff4.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "0d5f78ffd271a82fabe613720092a727bbc3bd58124bb823055b7ffc71c61081" +content-hash = "764da032f7efaa8e0b1f1b6c997cf86671384286c6ba35b693f27337c0b83957" diff --git a/pyproject.toml b/pyproject.toml index c759c0bf..a1359cc8 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/6add9757f8db4923c736de6143e791d66543ad91.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/cb52bbec1ecc18185f8373d80ae37f9b453c5ff4.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)",