From 8a31a60ef5b2bac788594317fe37e70bc10b4c2d Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 2 Oct 2025 03:45:00 +0000 Subject: [PATCH 1/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18182737208 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5e505fcf..a1531733 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" @@ -3729,13 +3729,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.11.dev" +version = "2.0.11" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "757d9c30123db1221c5218c22d6d7b584e83f180.zip", hash = "sha256:d96fbbb1fa85527d7653d1477caaa31f91eeb15fb4cc1cf8e3d0b47d097d2e4f"}, + {file = "1cec1b2e0f1f319ee609728d4c871aae6fb883d3.zip", hash = "sha256:6013ef1d4565d2c0809afb6e6a2afb02d04499b469ff8725f525987a2b3ab957"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/757d9c30123db1221c5218c22d6d7b584e83f180.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/1cec1b2e0f1f319ee609728d4c871aae6fb883d3.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "e62a06576dbfd1b7e61a3182c21676d6457177a7c6a8cf84281de2afe945627d" +content-hash = "d429445d4b3f720be986f9c134b43c96150a6ba885465484cfdde1e918687a86" diff --git a/pyproject.toml b/pyproject.toml index e3c78c86..6c7feb53 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/757d9c30123db1221c5218c22d6d7b584e83f180.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/1cec1b2e0f1f319ee609728d4c871aae6fb883d3.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 f2960388697d76d54c2c5e52107a418570ff81bc Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 2 Oct 2025 12:59:41 +0000 Subject: [PATCH 2/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18193684347 From 563314a1f30e4918790836e56c80c6f12d2ec2a7 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 2 Oct 2025 13:03:11 +0000 Subject: [PATCH 3/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18193768430 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index a1531733..2b1544e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "1cec1b2e0f1f319ee609728d4c871aae6fb883d3.zip", hash = "sha256:6013ef1d4565d2c0809afb6e6a2afb02d04499b469ff8725f525987a2b3ab957"}, + {file = "ace9fc31d7c393f93843ceb1a7764993668dc85f.zip", hash = "sha256:3b51841836e1ae82d239af8b9a816a2f4e229fb7f8a7de2d46f839d3383ce929"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/1cec1b2e0f1f319ee609728d4c871aae6fb883d3.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/ace9fc31d7c393f93843ceb1a7764993668dc85f.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "d429445d4b3f720be986f9c134b43c96150a6ba885465484cfdde1e918687a86" +content-hash = "d3db7dd42d4ceb9bba0f42f61d45d926adf9cef69c88d6bccb7f00e99613fd8e" diff --git a/pyproject.toml b/pyproject.toml index 6c7feb53..c90d9326 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/1cec1b2e0f1f319ee609728d4c871aae6fb883d3.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/ace9fc31d7c393f93843ceb1a7764993668dc85f.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 90522dd0ac772c07c8a860d032d357c3337282cb Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 2 Oct 2025 14:21:34 +0000 Subject: [PATCH 4/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18195877258 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2b1544e9..7eb5080e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "ace9fc31d7c393f93843ceb1a7764993668dc85f.zip", hash = "sha256:3b51841836e1ae82d239af8b9a816a2f4e229fb7f8a7de2d46f839d3383ce929"}, + {file = "e13eb604e15ef3dae68ad231400d090661b10000.zip", hash = "sha256:525870d3f320ab3dfa85bbea40a83142613879e10b2665c75d06741b06406989"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/ace9fc31d7c393f93843ceb1a7764993668dc85f.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/e13eb604e15ef3dae68ad231400d090661b10000.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "d3db7dd42d4ceb9bba0f42f61d45d926adf9cef69c88d6bccb7f00e99613fd8e" +content-hash = "64297b64dd4672c035dcdcd8237eb547c1c3996786acba817ca1782e346bb920" diff --git a/pyproject.toml b/pyproject.toml index c90d9326..d0e0ad77 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/ace9fc31d7c393f93843ceb1a7764993668dc85f.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/e13eb604e15ef3dae68ad231400d090661b10000.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 6c9ff9dd0ea464519d31174964641550c28afa6e Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 2 Oct 2025 14:46:04 +0000 Subject: [PATCH 5/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18196564955 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7eb5080e..92fee8cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "e13eb604e15ef3dae68ad231400d090661b10000.zip", hash = "sha256:525870d3f320ab3dfa85bbea40a83142613879e10b2665c75d06741b06406989"}, + {file = "271dce04ad27177275c7fbc3dd47ea1b10abe56c.zip", hash = "sha256:62492ee16e94d45c1f40808710543be9b48c7c9675a4c5a8ded11d9e010ee824"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e13eb604e15ef3dae68ad231400d090661b10000.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/271dce04ad27177275c7fbc3dd47ea1b10abe56c.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "64297b64dd4672c035dcdcd8237eb547c1c3996786acba817ca1782e346bb920" +content-hash = "70590f95f69df3e534a5a4623eaa663de87776272d15ab003690b46ca65ecb92" diff --git a/pyproject.toml b/pyproject.toml index d0e0ad77..f2a421fa 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/e13eb604e15ef3dae68ad231400d090661b10000.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/271dce04ad27177275c7fbc3dd47ea1b10abe56c.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 93a4b0b551c012c351c1b3c741cceb25751a8092 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 2 Oct 2025 16:20:18 +0000 Subject: [PATCH 6/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18199030304 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 92fee8cf..1ca415f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "271dce04ad27177275c7fbc3dd47ea1b10abe56c.zip", hash = "sha256:62492ee16e94d45c1f40808710543be9b48c7c9675a4c5a8ded11d9e010ee824"}, + {file = "f948219d8bb836aba3991c9d96559d0e9518707a.zip", hash = "sha256:0983284f3b2511b2c1553fa41388290b8e3c493c0efed67ef885b7e04a112d01"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/271dce04ad27177275c7fbc3dd47ea1b10abe56c.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/f948219d8bb836aba3991c9d96559d0e9518707a.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "70590f95f69df3e534a5a4623eaa663de87776272d15ab003690b46ca65ecb92" +content-hash = "48a5996993275d28e3e48a685516a6ee344e90dd0c66dd1d7f9fab5fb1bf414f" diff --git a/pyproject.toml b/pyproject.toml index f2a421fa..2d31f04b 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/271dce04ad27177275c7fbc3dd47ea1b10abe56c.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/f948219d8bb836aba3991c9d96559d0e9518707a.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 09ab11c1f8c74bb5f5b8fefb89852e7e9b9c5705 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 3 Oct 2025 01:06:58 +0000 Subject: [PATCH 7/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18209863388 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1ca415f2..2bd62db9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "f948219d8bb836aba3991c9d96559d0e9518707a.zip", hash = "sha256:0983284f3b2511b2c1553fa41388290b8e3c493c0efed67ef885b7e04a112d01"}, + {file = "97174544e73031c0ccfc40850e186b81d3ef310c.zip", hash = "sha256:54fbed4d89be7ab2b86a4641006382810899f8599a342cb0fd949cfc8d3efb30"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/f948219d8bb836aba3991c9d96559d0e9518707a.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/97174544e73031c0ccfc40850e186b81d3ef310c.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "48a5996993275d28e3e48a685516a6ee344e90dd0c66dd1d7f9fab5fb1bf414f" +content-hash = "ba7f5c893c293e778e5823bd97f842225a2c224c1935b92c288b25b36cddcf52" diff --git a/pyproject.toml b/pyproject.toml index 2d31f04b..77cd95ee 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/f948219d8bb836aba3991c9d96559d0e9518707a.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/97174544e73031c0ccfc40850e186b81d3ef310c.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)",