From 1331bbaf55f24ba5b7ba728418c0d64fd3175455 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Tue, 16 Sep 2025 21:35:33 +0000 Subject: [PATCH 1/4] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17779656953 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4df577ed..32c9ddf1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "90f4274c21a3ce6304b883b01b14f4aa6af81e41.zip", hash = "sha256:76e026573e83d05ee3b8765805340a58b14e62483a0349448feb72f041ee1ca8"}, + {file = "0c00bbdf4fc8ca50c50db0ac2e75d102702a8a03.zip", hash = "sha256:76c9c032bfb9842816975207e4d58f46baf38c6a5a50c12136e4eb24f9f5b103"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/90f4274c21a3ce6304b883b01b14f4aa6af81e41.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/0c00bbdf4fc8ca50c50db0ac2e75d102702a8a03.zip" [[package]] name = "litellm" @@ -8833,4 +8833,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "5e78bf27b9afa4b10c8f8f465182de60d57fb1ff5485dd8fcacc4f5fc1f5640d" +content-hash = "698bd07f285d057168560b569d1223af2144da1761093f9cc5a164a57516a313" diff --git a/pyproject.toml b/pyproject.toml index 484ad6c8..92f3712e 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/90f4274c21a3ce6304b883b01b14f4aa6af81e41.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/0c00bbdf4fc8ca50c50db0ac2e75d102702a8a03.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 e4227373c139638d683fc8bcb7b0c1a36b909587 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Tue, 16 Sep 2025 21:36:34 +0000 Subject: [PATCH 2/4] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17779678502 From 27120b3e8525de7da91c446c4e8de308959f03c9 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Tue, 16 Sep 2025 21:39:19 +0000 Subject: [PATCH 3/4] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17779740153 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 32c9ddf1..f56a1ee0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "0c00bbdf4fc8ca50c50db0ac2e75d102702a8a03.zip", hash = "sha256:76c9c032bfb9842816975207e4d58f46baf38c6a5a50c12136e4eb24f9f5b103"}, + {file = "353c811193ffc9772b6cac4a8a2989fad1d333ac.zip", hash = "sha256:733f5190048f881f67c0d4a524588424aadaa968687f4c69e3261656f22c84ad"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/0c00bbdf4fc8ca50c50db0ac2e75d102702a8a03.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/353c811193ffc9772b6cac4a8a2989fad1d333ac.zip" [[package]] name = "litellm" @@ -8833,4 +8833,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "698bd07f285d057168560b569d1223af2144da1761093f9cc5a164a57516a313" +content-hash = "88626b7546a588ca263e9322c46b6f013342cd1a2d919d18b8aefcf91121bf45" diff --git a/pyproject.toml b/pyproject.toml index 92f3712e..fb66500a 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/0c00bbdf4fc8ca50c50db0ac2e75d102702a8a03.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/353c811193ffc9772b6cac4a8a2989fad1d333ac.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 e9cd947b249a68d1348301d966f3a0e8d998d969 Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Tue, 16 Sep 2025 22:57:41 +0000 Subject: [PATCH 4/4] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17781217770 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f56a1ee0..00fa0dc3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "353c811193ffc9772b6cac4a8a2989fad1d333ac.zip", hash = "sha256:733f5190048f881f67c0d4a524588424aadaa968687f4c69e3261656f22c84ad"}, + {file = "83f2c2ee4d7daabae5f5d182e65502e754390ea0.zip", hash = "sha256:fa7dc3d57d5e1b2ee444f569741c210448234a5f48912246b43bb12d6c7a9262"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/353c811193ffc9772b6cac4a8a2989fad1d333ac.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/83f2c2ee4d7daabae5f5d182e65502e754390ea0.zip" [[package]] name = "litellm" @@ -8833,4 +8833,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "88626b7546a588ca263e9322c46b6f013342cd1a2d919d18b8aefcf91121bf45" +content-hash = "e198b9d53cd93bffdb76d8614a9bc4d4d9239d166da7b9ad642768e6eac3a844" diff --git a/pyproject.toml b/pyproject.toml index fb66500a..2d3c01ba 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/353c811193ffc9772b6cac4a8a2989fad1d333ac.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/83f2c2ee4d7daabae5f5d182e65502e754390ea0.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)",