From b363b3ad40f939eb575382bb1080e2e5cebbb9ba Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 18 Sep 2025 19:58:02 +0000 Subject: [PATCH 01/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17839895351 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2fcf421..b96078e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip", hash = "sha256:7d49adc7c7641ea06850d06deae018c89fb3fa711054b16988c0bd4786730599"}, + {file = "7fe17851ac4fb661249f49f7cd5fe794171fd4fe.zip", hash = "sha256:d3b467efb323c5c3ae7168a85e61c3a320ec42ccd0c40ee1807089435bbd43b8"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7fe17851ac4fb661249f49f7cd5fe794171fd4fe.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "ecf59254d507985e722ac51fe47d783eea89f223607a6757ac0ec91a560ccfef" +content-hash = "40767ebdf7657fe66bb6fabca80b0488db3c0096b494adccc0a145d394b2d04a" diff --git a/pyproject.toml b/pyproject.toml index 2b59eca2..210877ce 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/3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7fe17851ac4fb661249f49f7cd5fe794171fd4fe.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 46a899c2bd54edaa9ebc0f37a5b3749e8d01ca7b Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 18 Sep 2025 20:09:26 +0000 Subject: [PATCH 02/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17840148512 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b96078e4..f7c7b4cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7fe17851ac4fb661249f49f7cd5fe794171fd4fe.zip", hash = "sha256:d3b467efb323c5c3ae7168a85e61c3a320ec42ccd0c40ee1807089435bbd43b8"}, + {file = "8814f7bb01eb82839c148418dea1d00c1ac361db.zip", hash = "sha256:1d9fce1427f16f38968469fa6996d4f2d2a73c15b6a422e435742589d10b4562"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7fe17851ac4fb661249f49f7cd5fe794171fd4fe.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8814f7bb01eb82839c148418dea1d00c1ac361db.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "40767ebdf7657fe66bb6fabca80b0488db3c0096b494adccc0a145d394b2d04a" +content-hash = "43193d7d462f7b9b7953865180d04297eab34c9e21a5f56c3c463f827514116a" diff --git a/pyproject.toml b/pyproject.toml index 210877ce..a64b5e2a 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/7fe17851ac4fb661249f49f7cd5fe794171fd4fe.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/8814f7bb01eb82839c148418dea1d00c1ac361db.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 3b5c4cb9d14149c6ce28ad8dbbf11f5a731149c2 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 18 Sep 2025 20:36:42 +0000 Subject: [PATCH 03/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17840752427 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f7c7b4cb..b5ada234 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "8814f7bb01eb82839c148418dea1d00c1ac361db.zip", hash = "sha256:1d9fce1427f16f38968469fa6996d4f2d2a73c15b6a422e435742589d10b4562"}, + {file = "8a38eadf87aaded6a5bc92248572e0b43581991a.zip", hash = "sha256:06f3e1ad6e8818818609040f885f2aafee44908c2581fff5562a39cec92e48d0"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8814f7bb01eb82839c148418dea1d00c1ac361db.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8a38eadf87aaded6a5bc92248572e0b43581991a.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "43193d7d462f7b9b7953865180d04297eab34c9e21a5f56c3c463f827514116a" +content-hash = "3a8b337a32fc962d874f34e8075e2ab93d15de27a07c1d368f70ec892867fc08" diff --git a/pyproject.toml b/pyproject.toml index a64b5e2a..2159c05f 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/8814f7bb01eb82839c148418dea1d00c1ac361db.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/8a38eadf87aaded6a5bc92248572e0b43581991a.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 42ad23359ac216b28b7499d273da83f441c5859b Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Fri, 26 Sep 2025 19:08:52 +0000 Subject: [PATCH 04/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18046973632 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1198c199..471637cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 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 = "8a38eadf87aaded6a5bc92248572e0b43581991a.zip", hash = "sha256:06f3e1ad6e8818818609040f885f2aafee44908c2581fff5562a39cec92e48d0"}, + {file = "257c75c404f3a7997701dacb0051d91788fb820f.zip", hash = "sha256:6aba9f817f18e456f920b3ad219d2309c90638af7035e1b3ab30a6fa9baf88d2"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8a38eadf87aaded6a5bc92248572e0b43581991a.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/257c75c404f3a7997701dacb0051d91788fb820f.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "3a8b337a32fc962d874f34e8075e2ab93d15de27a07c1d368f70ec892867fc08" +content-hash = "eaaa9bc6345fe49e89aa1333f200715e99c951bc841297a82e7d257409c7b6db" diff --git a/pyproject.toml b/pyproject.toml index d1427cab..5c578365 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/8a38eadf87aaded6a5bc92248572e0b43581991a.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/257c75c404f3a7997701dacb0051d91788fb820f.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 4fca451e5d56b3080caf90322b86241cbfd65170 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Wed, 1 Oct 2025 16:48:16 +0000 Subject: [PATCH 05/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18169331518 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 59eabfe8..ec6d75dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3729,13 +3729,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.11.dev" +version = "2.0.9" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "257c75c404f3a7997701dacb0051d91788fb820f.zip", hash = "sha256:6aba9f817f18e456f920b3ad219d2309c90638af7035e1b3ab30a6fa9baf88d2"}, + {file = "0cd49225c765e2ccd8cc7e3f0dac305ce8104306.zip", hash = "sha256:6e5800f3d6b5fbfe5c596748aaff117df522168da7dd4829d650a3ead7541cef"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/257c75c404f3a7997701dacb0051d91788fb820f.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/0cd49225c765e2ccd8cc7e3f0dac305ce8104306.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "eaaa9bc6345fe49e89aa1333f200715e99c951bc841297a82e7d257409c7b6db" +content-hash = "0a130247126d2f9c9e4b767737a0215be341efb20a091d2a350c564201c6a3f6" diff --git a/pyproject.toml b/pyproject.toml index 5c578365..f27866cb 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/257c75c404f3a7997701dacb0051d91788fb820f.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/0cd49225c765e2ccd8cc7e3f0dac305ce8104306.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 d9406e175962a749ee2b3cad21482a862069cf25 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Wed, 1 Oct 2025 18:20:01 +0000 Subject: [PATCH 06/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18171604489 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec6d75dd..e959fe74 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "0cd49225c765e2ccd8cc7e3f0dac305ce8104306.zip", hash = "sha256:6e5800f3d6b5fbfe5c596748aaff117df522168da7dd4829d650a3ead7541cef"}, + {file = "ac5cadc167301f88aec03bda65bb3e37e8811f5b.zip", hash = "sha256:e3278d49309ab04d94cda098a47985c28492dd14be75a1b3cde7d2e0103fad33"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/0cd49225c765e2ccd8cc7e3f0dac305ce8104306.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/ac5cadc167301f88aec03bda65bb3e37e8811f5b.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "0a130247126d2f9c9e4b767737a0215be341efb20a091d2a350c564201c6a3f6" +content-hash = "5681caf4a8993e4a92bb408fcf3a57eb95ccbeb97c6f87a1c7b5db8fb8db87ab" diff --git a/pyproject.toml b/pyproject.toml index f27866cb..905eae8a 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/0cd49225c765e2ccd8cc7e3f0dac305ce8104306.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/ac5cadc167301f88aec03bda65bb3e37e8811f5b.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 f50e34eb4cb761030677ae1c443da2fcfb981ee4 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Wed, 1 Oct 2025 20:26:47 +0000 Subject: [PATCH 07/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18174677211 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e959fe74..a932fe59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3729,13 +3729,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.9" +version = "2.0.11.dev" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "ac5cadc167301f88aec03bda65bb3e37e8811f5b.zip", hash = "sha256:e3278d49309ab04d94cda098a47985c28492dd14be75a1b3cde7d2e0103fad33"}, + {file = "e0d10e8bd66a3cc55ec114bc2314249429510662.zip", hash = "sha256:08830cd1bfa1f68e7e63b4b933eed577d5bf5781157dae6d6db141bb56a229c5"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/ac5cadc167301f88aec03bda65bb3e37e8811f5b.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/e0d10e8bd66a3cc55ec114bc2314249429510662.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "5681caf4a8993e4a92bb408fcf3a57eb95ccbeb97c6f87a1c7b5db8fb8db87ab" +content-hash = "95ee562380df9bcbf00dddc027e3d09f05184d6837fad26dd98d937bf9b46564" diff --git a/pyproject.toml b/pyproject.toml index 905eae8a..9d6933df 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/ac5cadc167301f88aec03bda65bb3e37e8811f5b.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/e0d10e8bd66a3cc55ec114bc2314249429510662.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 767581aaa638dce5c954f97c840af4ee6e56fa0e Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Wed, 1 Oct 2025 21:03:13 +0000 Subject: [PATCH 08/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18175526675 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index a932fe59..01363b71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "e0d10e8bd66a3cc55ec114bc2314249429510662.zip", hash = "sha256:08830cd1bfa1f68e7e63b4b933eed577d5bf5781157dae6d6db141bb56a229c5"}, + {file = "49848e606a3ccfb438167d6f1cc3e0dcd7e1ab92.zip", hash = "sha256:86260bfcb901830362802dbb4ac5d9b522c819836469b9c70d9dfabf46a9b2d1"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e0d10e8bd66a3cc55ec114bc2314249429510662.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/49848e606a3ccfb438167d6f1cc3e0dcd7e1ab92.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "95ee562380df9bcbf00dddc027e3d09f05184d6837fad26dd98d937bf9b46564" +content-hash = "67217956f9396ff50283e29e6ef14ccf547b3fccec15e19dfe1cea83ad29b95d" diff --git a/pyproject.toml b/pyproject.toml index 9d6933df..2e01ecd2 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/e0d10e8bd66a3cc55ec114bc2314249429510662.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/49848e606a3ccfb438167d6f1cc3e0dcd7e1ab92.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 de0569623fc8ba1a0eb5b782d00107d1102fbe3f Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 2 Oct 2025 16:16:03 +0000 Subject: [PATCH 09/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18198916463 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5171193c..c2a1910d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3729,13 +3729,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.11" +version = "2.0.11.dev" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "49848e606a3ccfb438167d6f1cc3e0dcd7e1ab92.zip", hash = "sha256:86260bfcb901830362802dbb4ac5d9b522c819836469b9c70d9dfabf46a9b2d1"}, + {file = "0014b8d7e0c535d11e335b9485d490b81df6e5d1.zip", hash = "sha256:09b646b5bea7bfa52d334e3b1f5ee406724f654558afc36e5c6f62adaeb04af0"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/49848e606a3ccfb438167d6f1cc3e0dcd7e1ab92.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/0014b8d7e0c535d11e335b9485d490b81df6e5d1.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "67217956f9396ff50283e29e6ef14ccf547b3fccec15e19dfe1cea83ad29b95d" +content-hash = "595e135530cc282022a82319945357bda4e7b82e26d9d32c8c0667ff0440b0dd" diff --git a/pyproject.toml b/pyproject.toml index 2e01ecd2..e98ee6f8 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/49848e606a3ccfb438167d6f1cc3e0dcd7e1ab92.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/0014b8d7e0c535d11e335b9485d490b81df6e5d1.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 262aa972ffded4f29ac71d775378a692de289b14 Mon Sep 17 00:00:00 2001 From: matt-bernstein Date: Thu, 2 Oct 2025 16:18:59 +0000 Subject: [PATCH 10/10] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/18199002263 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c2a1910d..1290251d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = "0014b8d7e0c535d11e335b9485d490b81df6e5d1.zip", hash = "sha256:09b646b5bea7bfa52d334e3b1f5ee406724f654558afc36e5c6f62adaeb04af0"}, + {file = "1876def1a2c52958b269eff4f5586073d8ab43aa.zip", hash = "sha256:1378fde7d200dcc52c748ab4434374d67250e7bfdea5bbfd38cb6eaaf8b5de85"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/0014b8d7e0c535d11e335b9485d490b81df6e5d1.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/1876def1a2c52958b269eff4f5586073d8ab43aa.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "595e135530cc282022a82319945357bda4e7b82e26d9d32c8c0667ff0440b0dd" +content-hash = "52cfe1df714241c424f7fc22e5d1ab1f4b9de27bf6e3927387fa43b2bdc6ce21" diff --git a/pyproject.toml b/pyproject.toml index e98ee6f8..7aa4a5ea 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/0014b8d7e0c535d11e335b9485d490b81df6e5d1.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/1876def1a2c52958b269eff4f5586073d8ab43aa.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)",