From 8f7ed4514ca974ebb28446438585fbf2af13227c Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Tue, 19 Aug 2025 15:59:49 +0000 Subject: [PATCH 1/3] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17075083468 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c2f68586..d0b556b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3744,13 +3744,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "1.0.21" +version = "2.0.1" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "82856143d3d285437f7314b91e4af9c3b0220da9.zip", hash = "sha256:5b09c781de880267b9ec3dabeaa4645390ae2d494e070059376efa857b59e09a"}, + {file = "cafc806e9a3edf6a95d4caa98bbcd95bf02c25d5.zip", hash = "sha256:a081ab56c16847ddc8a2785eda91e207264e966fc8eee458a1739cdcd7d380a1"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/82856143d3d285437f7314b91e4af9c3b0220da9.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/cafc806e9a3edf6a95d4caa98bbcd95bf02c25d5.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "89102ad8cc8899ab8aa32df33562f7988188335d24b5c44ede7eda223359ae3c" +content-hash = "48b4d99ac6ba426d07c2f89c57432d49294bb60fec01a88dd5c76a0e3f24086d" diff --git a/pyproject.toml b/pyproject.toml index 5283c29b..1525ad52 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/82856143d3d285437f7314b91e4af9c3b0220da9.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/cafc806e9a3edf6a95d4caa98bbcd95bf02c25d5.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 44e603041fee2e1a08432e2667ff93908480314f Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 21 Aug 2025 18:04:19 +0000 Subject: [PATCH 2/3] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17135058146 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d0b556b2..c909b9c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3744,13 +3744,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "2.0.1" +version = "2.0.2" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "cafc806e9a3edf6a95d4caa98bbcd95bf02c25d5.zip", hash = "sha256:a081ab56c16847ddc8a2785eda91e207264e966fc8eee458a1739cdcd7d380a1"}, + {file = "8cd4269e3f84d02cfa5c85a0070bf10048f62a93.zip", hash = "sha256:0e8f20a29f1daef50cc9226bd70fd49c50b9ca448a2b912ce72ed6111a0ca94b"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/cafc806e9a3edf6a95d4caa98bbcd95bf02c25d5.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8cd4269e3f84d02cfa5c85a0070bf10048f62a93.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "48b4d99ac6ba426d07c2f89c57432d49294bb60fec01a88dd5c76a0e3f24086d" +content-hash = "cfdc61ec36b8dad915bee8c5f01d31af4b9afbb2905f8dd27bbfbf8d47340025" diff --git a/pyproject.toml b/pyproject.toml index 1525ad52..b1bf1e31 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/cafc806e9a3edf6a95d4caa98bbcd95bf02c25d5.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/8cd4269e3f84d02cfa5c85a0070bf10048f62a93.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 fa6bd93b18500e7a78616e4ac2a68a62494e8dae Mon Sep 17 00:00:00 2001 From: robot-ci-heartex Date: Thu, 21 Aug 2025 18:50:46 +0000 Subject: [PATCH 3/3] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/17136119582 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b5d576ec..7840a897 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip", hash = "sha256:44e53037e39017690e3e79599e175ac0c29372274ecceef3f2cc5c0cb98abcf5"}, + {file = "e94b41bb2f6aac0f3b825d3d5745f78994cfd869.zip", hash = "sha256:79e13c46e83141e9232ad0a266b15518ebd6299767942a05d4c41fc7f0444534"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/e94b41bb2f6aac0f3b825d3d5745f78994cfd869.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "4661e91d2f0b6e947c9e7a435c417c0d7b1f3943ee6bec8b8bfdd4d2d6ebc844" +content-hash = "953cc887ea1906718a69521b5c9bbbf61976630f02d7e4441671c31d11cd100d" diff --git a/pyproject.toml b/pyproject.toml index e6d45798..6c129fb3 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/4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/e94b41bb2f6aac0f3b825d3d5745f78994cfd869.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"