From 3acb09282c04146ca1e3c6882d48ca49f52f587c Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 14:13:35 +0000 Subject: [PATCH 01/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21714768525 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 58d372e5..0acbfbbf 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" @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "f7f01ff888b1498f6987cfb9d5c1c4f07f8875e0.zip", hash = "sha256:44ea2c75511c86c0496830996bb6c30d17fff295fad82a752c12f1825479639c"}, + {file = "e9a02046176702f3a906ebf1915a555a856583a9.zip", hash = "sha256:139198a798edc13381bf54f877579406c0cedba8cb266ae014fec4d7687c3460"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/f7f01ff888b1498f6987cfb9d5c1c4f07f8875e0.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/e9a02046176702f3a906ebf1915a555a856583a9.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "da93e60b78d88c48e54432d20479152cf52b98b6fe7cf9b9758cf99320c95a29" +content-hash = "5c93bcbcbe8980ec0d53be85dcd62286dc0dc93982377f5323f22ff719736fe9" diff --git a/pyproject.toml b/pyproject.toml index 8774d3e7..79396e99 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/f7f01ff888b1498f6987cfb9d5c1c4f07f8875e0.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/e9a02046176702f3a906ebf1915a555a856583a9.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 ec311f541864e1b03147d23993be4f0394b2f81b Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 14:15:19 +0000 Subject: [PATCH 02/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21714866397 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0acbfbbf..ac52dbe3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "e9a02046176702f3a906ebf1915a555a856583a9.zip", hash = "sha256:139198a798edc13381bf54f877579406c0cedba8cb266ae014fec4d7687c3460"}, + {file = "185c2f3ae290a8c74b21849c9796127858e99a05.zip", hash = "sha256:35c0cf6f9695274871c8c03a715c1b6a129c54cff64eecb94b1b6bdb526cbdcf"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e9a02046176702f3a906ebf1915a555a856583a9.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/185c2f3ae290a8c74b21849c9796127858e99a05.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "5c93bcbcbe8980ec0d53be85dcd62286dc0dc93982377f5323f22ff719736fe9" +content-hash = "3a6a365b7fbdef0b3ed627baa8e862297c42d206ed53ae986d28c4cf6441e99e" diff --git a/pyproject.toml b/pyproject.toml index 79396e99..eb104931 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/e9a02046176702f3a906ebf1915a555a856583a9.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/185c2f3ae290a8c74b21849c9796127858e99a05.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 a581bf55836f823f9278082d042ee96ffbdd5505 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 14:51:44 +0000 Subject: [PATCH 03/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21716121039 From dc5f2a5d3b3fcb664cefeadcf5bc5914dd5d3f44 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 14:58:16 +0000 Subject: [PATCH 04/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21716356417 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ac52dbe3..e6fc2b0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "185c2f3ae290a8c74b21849c9796127858e99a05.zip", hash = "sha256:35c0cf6f9695274871c8c03a715c1b6a129c54cff64eecb94b1b6bdb526cbdcf"}, + {file = "41082fa406daf5ef45d453f10b5e7d7eff05f108.zip", hash = "sha256:1099059a3f669d5fb8fee8c5a21dfe75e8b2677d11a29135c1b82a492109c2e2"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/185c2f3ae290a8c74b21849c9796127858e99a05.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/41082fa406daf5ef45d453f10b5e7d7eff05f108.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "3a6a365b7fbdef0b3ed627baa8e862297c42d206ed53ae986d28c4cf6441e99e" +content-hash = "632f2a49eb007cb5ad09e7356fff6ccf7a0e441199696ca5a14edc4f0cee083c" diff --git a/pyproject.toml b/pyproject.toml index eb104931..ed9eb617 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/185c2f3ae290a8c74b21849c9796127858e99a05.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/41082fa406daf5ef45d453f10b5e7d7eff05f108.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 7e269d5a159dd9c158f88e254531d0d59639f670 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 15:02:25 +0000 Subject: [PATCH 05/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21716502801 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e6fc2b0d..450a52e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "41082fa406daf5ef45d453f10b5e7d7eff05f108.zip", hash = "sha256:1099059a3f669d5fb8fee8c5a21dfe75e8b2677d11a29135c1b82a492109c2e2"}, + {file = "54d75880c1c42b48522493a737e8157366d3796a.zip", hash = "sha256:47d97ad931a8d3ba1f37623af0e4258bf0407a07c7df39a638f646f56ffe349f"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/41082fa406daf5ef45d453f10b5e7d7eff05f108.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/54d75880c1c42b48522493a737e8157366d3796a.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "632f2a49eb007cb5ad09e7356fff6ccf7a0e441199696ca5a14edc4f0cee083c" +content-hash = "bbb77edf3684741833c91f95c47bc08ad173a698aa4e46c399cba72eacb8e05c" diff --git a/pyproject.toml b/pyproject.toml index ed9eb617..26f7a0c3 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/41082fa406daf5ef45d453f10b5e7d7eff05f108.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/54d75880c1c42b48522493a737e8157366d3796a.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 70bafae979ce6bde9dd22b55b9691a17905fc831 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 15:07:50 +0000 Subject: [PATCH 06/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21716699200 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 450a52e1..44040642 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "54d75880c1c42b48522493a737e8157366d3796a.zip", hash = "sha256:47d97ad931a8d3ba1f37623af0e4258bf0407a07c7df39a638f646f56ffe349f"}, + {file = "2648dcdf553170a662749cb86a5e8c92596a5a85.zip", hash = "sha256:7fd1ee2d44148e77b16a79fe22e2d5dc85712a5ff2573eac4f83b97ccaa590a1"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/54d75880c1c42b48522493a737e8157366d3796a.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/2648dcdf553170a662749cb86a5e8c92596a5a85.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "bbb77edf3684741833c91f95c47bc08ad173a698aa4e46c399cba72eacb8e05c" +content-hash = "cbae6c740d3c5c47404db279f9e0cefe137f6d0de4c30bc47c759e8992c5e6ac" diff --git a/pyproject.toml b/pyproject.toml index 26f7a0c3..b558991e 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/54d75880c1c42b48522493a737e8157366d3796a.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/2648dcdf553170a662749cb86a5e8c92596a5a85.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 0bab9b1f7a56ab3337804792aca7c36eb1a6f265 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 15:15:18 +0000 Subject: [PATCH 07/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21716964253 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 44040642..04d0868b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4206,13 +4206,13 @@ google-auth = ["google-auth (>=1.0.1)"] [[package]] name = "label-studio-sdk" -version = "2.0.18" +version = "0.0.1328" description = "" optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "2648dcdf553170a662749cb86a5e8c92596a5a85.zip", hash = "sha256:7fd1ee2d44148e77b16a79fe22e2d5dc85712a5ff2573eac4f83b97ccaa590a1"}, + {file = "a646f80545b7ee4b29f9ccfa2cb0a8f0eab22803.zip", hash = "sha256:3168731d5f1d0a61fca21b1dc93124f6e9b2fdda778627e5628c8c7ccdc4d77e"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/2648dcdf553170a662749cb86a5e8c92596a5a85.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/a646f80545b7ee4b29f9ccfa2cb0a8f0eab22803.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "cbae6c740d3c5c47404db279f9e0cefe137f6d0de4c30bc47c759e8992c5e6ac" +content-hash = "96ef880532dd262986b30a3d4015b725851fd868b41d0b7cf641351add00447a" diff --git a/pyproject.toml b/pyproject.toml index b558991e..7293e6bf 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/2648dcdf553170a662749cb86a5e8c92596a5a85.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/a646f80545b7ee4b29f9ccfa2cb0a8f0eab22803.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 9fe0d902f6f08c761af473808430cffcd8f078f8 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 15:19:03 +0000 Subject: [PATCH 08/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21717106898 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 04d0868b..7f19e6cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4206,13 +4206,13 @@ google-auth = ["google-auth (>=1.0.1)"] [[package]] name = "label-studio-sdk" -version = "0.0.1328" +version = "2.0.18" description = "" optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "a646f80545b7ee4b29f9ccfa2cb0a8f0eab22803.zip", hash = "sha256:3168731d5f1d0a61fca21b1dc93124f6e9b2fdda778627e5628c8c7ccdc4d77e"}, + {file = "ca0e1c029187e304a14109d18d370caca279e171.zip", hash = "sha256:04b961fdae0760cb867396341bfa895f5d06da4c0fc228bcf27252641a26571e"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a646f80545b7ee4b29f9ccfa2cb0a8f0eab22803.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/ca0e1c029187e304a14109d18d370caca279e171.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "96ef880532dd262986b30a3d4015b725851fd868b41d0b7cf641351add00447a" +content-hash = "30e04e331ba30a6abfff2459b26a4b0c19c75d5b425c7c1927ae394dc8bbc860" diff --git a/pyproject.toml b/pyproject.toml index 7293e6bf..7445a0a0 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/a646f80545b7ee4b29f9ccfa2cb0a8f0eab22803.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/ca0e1c029187e304a14109d18d370caca279e171.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 6a4d9ec9e698f7a47080440672e4919e33c0021e Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 16:25:14 +0000 Subject: [PATCH 09/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21719503055 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f19e6cb..829a4fb7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "ca0e1c029187e304a14109d18d370caca279e171.zip", hash = "sha256:04b961fdae0760cb867396341bfa895f5d06da4c0fc228bcf27252641a26571e"}, + {file = "7f437a061a33fce5de6c9233cc4e8131ad96ce64.zip", hash = "sha256:e3bf3121c1a0d8ad82e47fe7f2e14c87cb63e6628a8249f8d738e76018121e2e"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/ca0e1c029187e304a14109d18d370caca279e171.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7f437a061a33fce5de6c9233cc4e8131ad96ce64.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "30e04e331ba30a6abfff2459b26a4b0c19c75d5b425c7c1927ae394dc8bbc860" +content-hash = "49633509666fedaa812ed4d58447ece5efaa2481a44e26e6933c118791fdcd95" diff --git a/pyproject.toml b/pyproject.toml index 7445a0a0..94bd0470 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/ca0e1c029187e304a14109d18d370caca279e171.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7f437a061a33fce5de6c9233cc4e8131ad96ce64.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 601c92069e3ef2887849da5ae938e04c6f8ddf9c Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 16:27:30 +0000 Subject: [PATCH 10/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21719594246 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 829a4fb7..f6bf6f85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "7f437a061a33fce5de6c9233cc4e8131ad96ce64.zip", hash = "sha256:e3bf3121c1a0d8ad82e47fe7f2e14c87cb63e6628a8249f8d738e76018121e2e"}, + {file = "79712dd521d6ae6aede0393d91e42d2ce54ffe68.zip", hash = "sha256:feac16d0b54296287e684c767e911a5b150e7d051f2793593e0d3f34c9e6e296"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7f437a061a33fce5de6c9233cc4e8131ad96ce64.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/79712dd521d6ae6aede0393d91e42d2ce54ffe68.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "49633509666fedaa812ed4d58447ece5efaa2481a44e26e6933c118791fdcd95" +content-hash = "0618c2f5d68b1d7c7f9b848e1122974fbf7ecfb51c808c692ff3a142943b1913" diff --git a/pyproject.toml b/pyproject.toml index 94bd0470..52497c0b 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/7f437a061a33fce5de6c9233cc4e8131ad96ce64.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/79712dd521d6ae6aede0393d91e42d2ce54ffe68.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 84ee9f5dcf1d20ac25f977195d805d1ac0e348ff Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 16:30:19 +0000 Subject: [PATCH 11/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21719697331 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f6bf6f85..c44aabac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "79712dd521d6ae6aede0393d91e42d2ce54ffe68.zip", hash = "sha256:feac16d0b54296287e684c767e911a5b150e7d051f2793593e0d3f34c9e6e296"}, + {file = "0658367588d08756867f2e870ab0d5088327a956.zip", hash = "sha256:56330fb0782f9f0930c8dce148d0e14da7f1ba38b836891f49e083964e796309"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/79712dd521d6ae6aede0393d91e42d2ce54ffe68.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/0658367588d08756867f2e870ab0d5088327a956.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "0618c2f5d68b1d7c7f9b848e1122974fbf7ecfb51c808c692ff3a142943b1913" +content-hash = "d00d61017455606db750ed35544269bfe703f2480e8e4dc70d7d2f0cf5d8b058" diff --git a/pyproject.toml b/pyproject.toml index 52497c0b..1b18d0ca 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/79712dd521d6ae6aede0393d91e42d2ce54ffe68.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/0658367588d08756867f2e870ab0d5088327a956.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 c125565059734e0d15dcaa99029b765d7e8065ed Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 16:38:46 +0000 Subject: [PATCH 12/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21719994651 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c44aabac..41305a57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "0658367588d08756867f2e870ab0d5088327a956.zip", hash = "sha256:56330fb0782f9f0930c8dce148d0e14da7f1ba38b836891f49e083964e796309"}, + {file = "f224bec202fd8aa7ef1bc3125a3ee4abdd266285.zip", hash = "sha256:7869d78571983445e703274a26218c2ad7e2696b666f0efa7dbec1fae9edeae2"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/0658367588d08756867f2e870ab0d5088327a956.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/f224bec202fd8aa7ef1bc3125a3ee4abdd266285.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "d00d61017455606db750ed35544269bfe703f2480e8e4dc70d7d2f0cf5d8b058" +content-hash = "583513adcddaab2f39275ab093892fdc17822609f818723e211b496d24eb6b83" diff --git a/pyproject.toml b/pyproject.toml index 1b18d0ca..cf8228b1 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/0658367588d08756867f2e870ab0d5088327a956.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/f224bec202fd8aa7ef1bc3125a3ee4abdd266285.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 4bc635c1adb44b0a5abde883b00ab881bc4228ad Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 16:42:41 +0000 Subject: [PATCH 13/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21720125871 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 41305a57..c52cd428 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "f224bec202fd8aa7ef1bc3125a3ee4abdd266285.zip", hash = "sha256:7869d78571983445e703274a26218c2ad7e2696b666f0efa7dbec1fae9edeae2"}, + {file = "a7fc1ea34a1a42bde88772956e6a2f48bb688606.zip", hash = "sha256:66b843af0b1347e2e6a9ea01dd9aef78cf6fb61b6bd9aba1599f4cf08829c055"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/f224bec202fd8aa7ef1bc3125a3ee4abdd266285.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/a7fc1ea34a1a42bde88772956e6a2f48bb688606.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "583513adcddaab2f39275ab093892fdc17822609f818723e211b496d24eb6b83" +content-hash = "d9c083a4bc1ed48d62570a3102a1c25e9ee97c5af789f61f8fd50ad5516aee49" diff --git a/pyproject.toml b/pyproject.toml index cf8228b1..b1e29d6d 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/f224bec202fd8aa7ef1bc3125a3ee4abdd266285.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/a7fc1ea34a1a42bde88772956e6a2f48bb688606.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 e5b18857d1b8dc7dd07a16dac5753685340ef938 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 16:47:57 +0000 Subject: [PATCH 14/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21720314097 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c52cd428..e36c2313 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "a7fc1ea34a1a42bde88772956e6a2f48bb688606.zip", hash = "sha256:66b843af0b1347e2e6a9ea01dd9aef78cf6fb61b6bd9aba1599f4cf08829c055"}, + {file = "77504ff4a05b458d4cfd067438f4c587f29d0964.zip", hash = "sha256:49d69a94898d210e1a3a0e189406e24da644264b4faeb3240bae1b3ece9ad2b1"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a7fc1ea34a1a42bde88772956e6a2f48bb688606.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/77504ff4a05b458d4cfd067438f4c587f29d0964.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "d9c083a4bc1ed48d62570a3102a1c25e9ee97c5af789f61f8fd50ad5516aee49" +content-hash = "7a0c13fba39d23d98b092fc48272db9c80d4b1076a09324431d174f23e58c7d3" diff --git a/pyproject.toml b/pyproject.toml index b1e29d6d..3ce9703a 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/a7fc1ea34a1a42bde88772956e6a2f48bb688606.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/77504ff4a05b458d4cfd067438f4c587f29d0964.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 101e15b6e4ee474c92e02262966787fc3b49edab Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 16:53:43 +0000 Subject: [PATCH 15/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21720511010 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e36c2313..2716bcb1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "77504ff4a05b458d4cfd067438f4c587f29d0964.zip", hash = "sha256:49d69a94898d210e1a3a0e189406e24da644264b4faeb3240bae1b3ece9ad2b1"}, + {file = "26ff0436158ac58784094637e94a898162cf6efa.zip", hash = "sha256:c5bce9b2cd9d503b1fcd77ac02a40bbccad8054089d03f097138de3b24fe54ae"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/77504ff4a05b458d4cfd067438f4c587f29d0964.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/26ff0436158ac58784094637e94a898162cf6efa.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "7a0c13fba39d23d98b092fc48272db9c80d4b1076a09324431d174f23e58c7d3" +content-hash = "0dd93674aea8ef4168d9c895177d05d53548c5dc1fff9eb6d93f9b8eae046c78" diff --git a/pyproject.toml b/pyproject.toml index 3ce9703a..1ac35e96 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/77504ff4a05b458d4cfd067438f4c587f29d0964.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/26ff0436158ac58784094637e94a898162cf6efa.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 bb62672400b14a049080c8d61a0ee75350b80fe0 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 5 Feb 2026 17:34:15 +0000 Subject: [PATCH 16/16] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/21721833438 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2716bcb1..b3dcfd67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "26ff0436158ac58784094637e94a898162cf6efa.zip", hash = "sha256:c5bce9b2cd9d503b1fcd77ac02a40bbccad8054089d03f097138de3b24fe54ae"}, + {file = "f392bc946eeb5a2256ee6ebd96136a5d6872f9c5.zip", hash = "sha256:fd531f7d8c2227fe802111d0654ce37f636c9f270a1fcf5396cb316785d0d28c"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/26ff0436158ac58784094637e94a898162cf6efa.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/f392bc946eeb5a2256ee6ebd96136a5d6872f9c5.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "0dd93674aea8ef4168d9c895177d05d53548c5dc1fff9eb6d93f9b8eae046c78" +content-hash = "fbfa6c10d93a61f6355e56cf51af2f8c481e631d2e84117aff8adc79c7e36603" diff --git a/pyproject.toml b/pyproject.toml index 1ac35e96..1a74ac1b 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/26ff0436158ac58784094637e94a898162cf6efa.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/f392bc946eeb5a2256ee6ebd96136a5d6872f9c5.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)",