From c4a384763b4a1f45072780e617fc4b677a3e8b2a Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 09:16:55 +0000 Subject: [PATCH 01/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17151309439 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index be5c9700..cf0d26a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3744,13 +3744,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.2" +version = "2.0.3" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "a0a9c4c642a4bf13e10ded0d2ba105caf39349bb.zip", hash = "sha256:2206beb5e1016403b881e822fb00cee4f29f5ade6bf7aa9e0c46da0d4606a989"}, + {file = "8439f0d30845877f9782fa19d7ead62b0c088757.zip", hash = "sha256:161b19f09872ef34da8e6a027fd3e5c1d40e2df403b8e981ea20118842e54b23"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a0a9c4c642a4bf13e10ded0d2ba105caf39349bb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8439f0d30845877f9782fa19d7ead62b0c088757.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "a83c72ede4da1477316378f2c6dd645484f8f24d7c8558aae31e9c21fd519a9d" +content-hash = "162d7eb570d32ddff5636fcc40098b3d24e78761caada99156d4371f514a1bf9" diff --git a/pyproject.toml b/pyproject.toml index c2ff7e4c..0248e09d 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/a0a9c4c642a4bf13e10ded0d2ba105caf39349bb.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/8439f0d30845877f9782fa19d7ead62b0c088757.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.47.2" From f0d4c031759e745e00e94b7e7c5b5664f68e2a1e Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 09:23:18 +0000 Subject: [PATCH 02/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17151445203 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf0d26a8..3982481c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "8439f0d30845877f9782fa19d7ead62b0c088757.zip", hash = "sha256:161b19f09872ef34da8e6a027fd3e5c1d40e2df403b8e981ea20118842e54b23"}, + {file = "3ea203227ad1e01665e251b1c3780a9082e3abeb.zip", hash = "sha256:721d1d2b8da5b50795a8a347e18aa113f6f4b3fd7b2e50dd5d2eea0d81969b53"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8439f0d30845877f9782fa19d7ead62b0c088757.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/3ea203227ad1e01665e251b1c3780a9082e3abeb.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "162d7eb570d32ddff5636fcc40098b3d24e78761caada99156d4371f514a1bf9" +content-hash = "b3338bbd634c501400aec867940f10b566d06e85f5012d66c9049384c88eb170" diff --git a/pyproject.toml b/pyproject.toml index 0248e09d..75afefe9 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/8439f0d30845877f9782fa19d7ead62b0c088757.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/3ea203227ad1e01665e251b1c3780a9082e3abeb.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.47.2" From dcf3735c12bfc16ac4c971eea0ade1241edacb48 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 14:12:44 +0000 Subject: [PATCH 03/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17157605686 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3982481c..3b8ca930 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "3ea203227ad1e01665e251b1c3780a9082e3abeb.zip", hash = "sha256:721d1d2b8da5b50795a8a347e18aa113f6f4b3fd7b2e50dd5d2eea0d81969b53"}, + {file = "9a4bb8bc3e30f4a40058c1da605703a9ed222bac.zip", hash = "sha256:97366dcb0d97cc542c9f9bdab81adc9e2ca1a5d07d29c4043a7c084f3364579d"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/3ea203227ad1e01665e251b1c3780a9082e3abeb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9a4bb8bc3e30f4a40058c1da605703a9ed222bac.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "b3338bbd634c501400aec867940f10b566d06e85f5012d66c9049384c88eb170" +content-hash = "92cb0b04b00544ae5baa2c20e04aa88893ecc1332c1175a498fa15f805ebfc78" diff --git a/pyproject.toml b/pyproject.toml index 75afefe9..1e1c4988 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/3ea203227ad1e01665e251b1c3780a9082e3abeb.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/9a4bb8bc3e30f4a40058c1da605703a9ed222bac.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.47.2" From 88a00aaae600255a6df80f76b575b65844399e75 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 17:27:44 +0000 Subject: [PATCH 04/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17161812315 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3b8ca930..c7f678ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "9a4bb8bc3e30f4a40058c1da605703a9ed222bac.zip", hash = "sha256:97366dcb0d97cc542c9f9bdab81adc9e2ca1a5d07d29c4043a7c084f3364579d"}, + {file = "8d4750e977ed9374c2cc74df5c09e2f5f697fa17.zip", hash = "sha256:3fec74c6ddb2c58e1b016e522261601ad9d0445ebaf0829d5ae1757a5456ea13"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/9a4bb8bc3e30f4a40058c1da605703a9ed222bac.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8d4750e977ed9374c2cc74df5c09e2f5f697fa17.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "92cb0b04b00544ae5baa2c20e04aa88893ecc1332c1175a498fa15f805ebfc78" +content-hash = "8f1bb2b7b6b28a40916ed59b8285c8f267f904a5a5ba91850673c654d6e8aea8" diff --git a/pyproject.toml b/pyproject.toml index 1e1c4988..d8705b67 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/9a4bb8bc3e30f4a40058c1da605703a9ed222bac.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/8d4750e977ed9374c2cc74df5c09e2f5f697fa17.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.47.2" From a59a1b68ea7c804c99ac4f005ed8182c4ca05c29 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 17:33:10 +0000 Subject: [PATCH 05/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17161920027 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c7f678ba..d5ea8d87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "8d4750e977ed9374c2cc74df5c09e2f5f697fa17.zip", hash = "sha256:3fec74c6ddb2c58e1b016e522261601ad9d0445ebaf0829d5ae1757a5456ea13"}, + {file = "a795a9cd09f18d69a9d0a0b6c82753edd88e70bb.zip", hash = "sha256:46bc2425d90819a43e2aa3b413cbceb23926d5b846acfbc0c056156c0c0673c9"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8d4750e977ed9374c2cc74df5c09e2f5f697fa17.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/a795a9cd09f18d69a9d0a0b6c82753edd88e70bb.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "8f1bb2b7b6b28a40916ed59b8285c8f267f904a5a5ba91850673c654d6e8aea8" +content-hash = "4d72e992f2048b2ac1bc2bd9ddfa5ee6cda2a6b80f9616094edad94e6c96a3a2" diff --git a/pyproject.toml b/pyproject.toml index d8705b67..0ca5c0ff 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/8d4750e977ed9374c2cc74df5c09e2f5f697fa17.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/a795a9cd09f18d69a9d0a0b6c82753edd88e70bb.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.47.2" From cc702b1d7002219dd94e30af4577b3e8a294cbfd Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 17:50:27 +0000 Subject: [PATCH 06/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17162266268 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index d5ea8d87..3f659097 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "a795a9cd09f18d69a9d0a0b6c82753edd88e70bb.zip", hash = "sha256:46bc2425d90819a43e2aa3b413cbceb23926d5b846acfbc0c056156c0c0673c9"}, + {file = "11345a547dc499ff7ca198165143530222e16044.zip", hash = "sha256:b3f93ae6c379edd0be5b6d837f9455e6b54df5afccd1212f940b42c23ef6b3bb"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a795a9cd09f18d69a9d0a0b6c82753edd88e70bb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/11345a547dc499ff7ca198165143530222e16044.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "4d72e992f2048b2ac1bc2bd9ddfa5ee6cda2a6b80f9616094edad94e6c96a3a2" +content-hash = "2b520d1457c9eb4be41f8f4337d619c3fcc681542d6aafeee7924edc28649672" diff --git a/pyproject.toml b/pyproject.toml index 0ca5c0ff..ea65074f 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/a795a9cd09f18d69a9d0a0b6c82753edd88e70bb.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/11345a547dc499ff7ca198165143530222e16044.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.47.2" From 215d33a8fe9027f96099065c91acca8d74a855fb Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 18:13:28 +0000 Subject: [PATCH 07/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17162736778 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3f659097..c50af94d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "11345a547dc499ff7ca198165143530222e16044.zip", hash = "sha256:b3f93ae6c379edd0be5b6d837f9455e6b54df5afccd1212f940b42c23ef6b3bb"}, + {file = "efefadf085a86b2fa4cc10c198d5d5008a9b1e2a.zip", hash = "sha256:b92ca598384002bb200fddd3a637a42a44e9f7e90eb1ca389c276802815f41e2"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/11345a547dc499ff7ca198165143530222e16044.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/efefadf085a86b2fa4cc10c198d5d5008a9b1e2a.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "2b520d1457c9eb4be41f8f4337d619c3fcc681542d6aafeee7924edc28649672" +content-hash = "6261a484abe7cef32b2e23997ad466f0b86f9d7c0108457b1b53b53b54ff508a" diff --git a/pyproject.toml b/pyproject.toml index ea65074f..d87d1d2e 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/11345a547dc499ff7ca198165143530222e16044.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/efefadf085a86b2fa4cc10c198d5d5008a9b1e2a.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.47.2" From 5d52b141b359718ba51c6d74996f12c16c6e3695 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 21:13:43 +0000 Subject: [PATCH 08/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17166106688 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c50af94d..4a9d6ab9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "efefadf085a86b2fa4cc10c198d5d5008a9b1e2a.zip", hash = "sha256:b92ca598384002bb200fddd3a637a42a44e9f7e90eb1ca389c276802815f41e2"}, + {file = "73274f1ffc64176652b9f618cd84fc87ec68e93b.zip", hash = "sha256:621440b19d26fb0ef84d2766ec92d8497d1577590bccebcaf13a9b0461511cb1"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/efefadf085a86b2fa4cc10c198d5d5008a9b1e2a.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/73274f1ffc64176652b9f618cd84fc87ec68e93b.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "6261a484abe7cef32b2e23997ad466f0b86f9d7c0108457b1b53b53b54ff508a" +content-hash = "6ee39e830138b0b168d2d47d9b83ca0805563e0169add433c34d466300216799" diff --git a/pyproject.toml b/pyproject.toml index d87d1d2e..f3815d7c 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/efefadf085a86b2fa4cc10c198d5d5008a9b1e2a.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/73274f1ffc64176652b9f618cd84fc87ec68e93b.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.47.2" From 5d3f624c043f6035d07319b35abf6ccc5d99ea3b Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 21:33:52 +0000 Subject: [PATCH 09/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17166471933 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4a9d6ab9..f086bf3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "73274f1ffc64176652b9f618cd84fc87ec68e93b.zip", hash = "sha256:621440b19d26fb0ef84d2766ec92d8497d1577590bccebcaf13a9b0461511cb1"}, + {file = "7141d3538d3eb6eb6b2dd795e107eddd957e926b.zip", hash = "sha256:5651293e1234af902813f839401aa9a96b25a0303ad509382adb1baeeb095c7a"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/73274f1ffc64176652b9f618cd84fc87ec68e93b.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7141d3538d3eb6eb6b2dd795e107eddd957e926b.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "6ee39e830138b0b168d2d47d9b83ca0805563e0169add433c34d466300216799" +content-hash = "f1577d52333f3d072a639f031f1534bb2a37936714217fedfadaecca5908176b" diff --git a/pyproject.toml b/pyproject.toml index f3815d7c..80b329c1 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/73274f1ffc64176652b9f618cd84fc87ec68e93b.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7141d3538d3eb6eb6b2dd795e107eddd957e926b.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.47.2" From a642c7a7a8a8944b43ec75ad15fb42122bd807d4 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 21:36:25 +0000 Subject: [PATCH 10/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17166515528 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f086bf3a..c796bad0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7141d3538d3eb6eb6b2dd795e107eddd957e926b.zip", hash = "sha256:5651293e1234af902813f839401aa9a96b25a0303ad509382adb1baeeb095c7a"}, + {file = "488573c9665ae9f570037090b243db817f5de271.zip", hash = "sha256:76a7e1f0ea1c9b6e51d61f31a51ef255343b9352b5a56091675dd047b2b1cfdd"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7141d3538d3eb6eb6b2dd795e107eddd957e926b.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/488573c9665ae9f570037090b243db817f5de271.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "f1577d52333f3d072a639f031f1534bb2a37936714217fedfadaecca5908176b" +content-hash = "4274cfaea8991d766ada133376ce498f561eb35b116b41013fddad9d09ac71c9" diff --git a/pyproject.toml b/pyproject.toml index 80b329c1..b1e4ec7c 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/7141d3538d3eb6eb6b2dd795e107eddd957e926b.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/488573c9665ae9f570037090b243db817f5de271.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.47.2" From bb3833e4ae75c1d3b502b4f6113351d0122be9e2 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Fri, 22 Aug 2025 22:04:43 +0000 Subject: [PATCH 11/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17166934738 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c796bad0..c6cfd018 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "488573c9665ae9f570037090b243db817f5de271.zip", hash = "sha256:76a7e1f0ea1c9b6e51d61f31a51ef255343b9352b5a56091675dd047b2b1cfdd"}, + {file = "8a371a5e4b2bf6f0b7e16e991253a8f0aee42d37.zip", hash = "sha256:0c5b82555d7d9e78df5529f10b6deec9dfecc9eb043fbe9f41fd907b4f0d237d"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/488573c9665ae9f570037090b243db817f5de271.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8a371a5e4b2bf6f0b7e16e991253a8f0aee42d37.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "4274cfaea8991d766ada133376ce498f561eb35b116b41013fddad9d09ac71c9" +content-hash = "6b9d90769bb80debfb434ec2803667a2f01087d3fb665e356aea6f23c95f940a" diff --git a/pyproject.toml b/pyproject.toml index b1e4ec7c..cba5a69e 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/488573c9665ae9f570037090b243db817f5de271.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/8a371a5e4b2bf6f0b7e16e991253a8f0aee42d37.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.47.2" From 259b5ab17ea334be01938358bbd5f9486ea5d157 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Sat, 23 Aug 2025 00:16:14 +0000 Subject: [PATCH 12/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17168655746 From eed74a46fb8feb67d2c17542a2f21bcbe2193b1b Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Sat, 23 Aug 2025 04:42:03 +0000 Subject: [PATCH 13/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17171329059 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6cfd018..b7d7b52c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "8a371a5e4b2bf6f0b7e16e991253a8f0aee42d37.zip", hash = "sha256:0c5b82555d7d9e78df5529f10b6deec9dfecc9eb043fbe9f41fd907b4f0d237d"}, + {file = "8acfc5d304553e3562d23eef4991b607169df18b.zip", hash = "sha256:5a6742206e9fd7fd393dae737282b62566056a40a25378fbe63ad3f1615f1357"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8a371a5e4b2bf6f0b7e16e991253a8f0aee42d37.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8acfc5d304553e3562d23eef4991b607169df18b.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "6b9d90769bb80debfb434ec2803667a2f01087d3fb665e356aea6f23c95f940a" +content-hash = "d15b9ebfc70dbaae92a6d9331f1b176ffb9da9b88b9567d70becc5fc7a53361b" diff --git a/pyproject.toml b/pyproject.toml index cba5a69e..a6cea7c5 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/8a371a5e4b2bf6f0b7e16e991253a8f0aee42d37.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/8acfc5d304553e3562d23eef4991b607169df18b.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.47.2" From 21b5331821987a160e401ee9c7f801791c8539d1 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Mon, 25 Aug 2025 18:29:11 +0000 Subject: [PATCH 14/14] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17217344453 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b7d7b52c..b687c98b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "8acfc5d304553e3562d23eef4991b607169df18b.zip", hash = "sha256:5a6742206e9fd7fd393dae737282b62566056a40a25378fbe63ad3f1615f1357"}, + {file = "117bccc7cf9dc9e8ebcd74be8004670853da1146.zip", hash = "sha256:ec27fc63e50ee1c34a908d34f1f914e14842d995f12e369f65f909756957005c"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8acfc5d304553e3562d23eef4991b607169df18b.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/117bccc7cf9dc9e8ebcd74be8004670853da1146.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "d15b9ebfc70dbaae92a6d9331f1b176ffb9da9b88b9567d70becc5fc7a53361b" +content-hash = "5f1bed3a3757dc2591055386588c1d32f4334083f96b3e60389328e31956417e" diff --git a/pyproject.toml b/pyproject.toml index a6cea7c5..226886d3 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/8acfc5d304553e3562d23eef4991b607169df18b.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/117bccc7cf9dc9e8ebcd74be8004670853da1146.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.47.2"