From 2a80980abbed6a73873f923bcee8a21b1e9505a7 Mon Sep 17 00:00:00 2001 From: Sergei Ivashchenko Date: Tue, 28 Jan 2025 22:33:40 +0000 Subject: [PATCH 1/3] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13020786698 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 53b6b501..6e4654eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3823,7 +3823,7 @@ python-versions = ">=3.9,<4" groups = ["main"] markers = "python_version >= \"3.12\" or python_version <= \"3.11\"" files = [ - {file = "29f7df5c6a705f865ade0c2484299d4e320562f8.zip", hash = "sha256:8e939c399177dcfd0b6ccebf7b14b6de459693648d80dbb94a2381c922bf3a86"}, + {file = "307d561893d3cbd990b419de1d24ab07dc93773c.zip", hash = "sha256:3c55d30265bb7ef0dc211315a9d0301e6607d5bca723cffbdfa09775474bc763"}, ] [package.dependencies] @@ -3848,7 +3848,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/29f7df5c6a705f865ade0c2484299d4e320562f8.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/307d561893d3cbd990b419de1d24ab07dc93773c.zip" [[package]] name = "litellm" @@ -8767,4 +8767,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "be27f47f56f1888a06c0f3343b627b4364a6e1ba8cea25a7f693cdc56cd9adf0" +content-hash = "8c84bc32313134e59ab833f0b2ae13cfed674e92d2372e049e0491b6a99a7446" diff --git a/pyproject.toml b/pyproject.toml index 66dc5a45..593ba927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ celery = {version = "^5.3.6", extras = ["redis"]} kombu = ">=5.4.0rc2" # Pin version to fix https://github.com/celery/celery/issues/8030. TODO: remove when this fix will be included in celery uvicorn = "*" pydantic-settings = "^2.2.1" -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/29f7df5c6a705f865ade0c2484299d4e320562f8.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/307d561893d3cbd990b419de1d24ab07dc93773c.zip"} kafka-python-ng = "^2.2.3" requests = "^2.32.0" litellm = "^1.47.2" From 89055a77441a183567fde3081f4866797a2945b5 Mon Sep 17 00:00:00 2001 From: Sergei Ivashchenko Date: Wed, 29 Jan 2025 21:23:44 +0000 Subject: [PATCH 2/3] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13040694177 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e4654eb..fc229e0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3823,7 +3823,7 @@ python-versions = ">=3.9,<4" groups = ["main"] markers = "python_version >= \"3.12\" or python_version <= \"3.11\"" files = [ - {file = "307d561893d3cbd990b419de1d24ab07dc93773c.zip", hash = "sha256:3c55d30265bb7ef0dc211315a9d0301e6607d5bca723cffbdfa09775474bc763"}, + {file = "b3c9b27b1e2c0162f49bc3f6f6c18a543510bdcf.zip", hash = "sha256:808f204e88aa9e2401985fdbb65efa2f81de65137be5eabc1e801de89b737b1b"}, ] [package.dependencies] @@ -3848,7 +3848,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/307d561893d3cbd990b419de1d24ab07dc93773c.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/b3c9b27b1e2c0162f49bc3f6f6c18a543510bdcf.zip" [[package]] name = "litellm" @@ -8767,4 +8767,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "8c84bc32313134e59ab833f0b2ae13cfed674e92d2372e049e0491b6a99a7446" +content-hash = "27f012a663bc4072a76d4cc5a60172f3d21118435a792b4ca2dd777b80a28159" diff --git a/pyproject.toml b/pyproject.toml index 593ba927..bbca4093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ celery = {version = "^5.3.6", extras = ["redis"]} kombu = ">=5.4.0rc2" # Pin version to fix https://github.com/celery/celery/issues/8030. TODO: remove when this fix will be included in celery uvicorn = "*" pydantic-settings = "^2.2.1" -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/307d561893d3cbd990b419de1d24ab07dc93773c.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/b3c9b27b1e2c0162f49bc3f6f6c18a543510bdcf.zip"} kafka-python-ng = "^2.2.3" requests = "^2.32.0" litellm = "^1.47.2" From c9bd2ae54068bcb4f498a2508d8623364e0786ec Mon Sep 17 00:00:00 2001 From: Sergei Ivashchenko Date: Wed, 29 Jan 2025 22:03:31 +0000 Subject: [PATCH 3/3] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13041269892 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c9e44991..a2c7b8f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "b3c9b27b1e2c0162f49bc3f6f6c18a543510bdcf.zip", hash = "sha256:808f204e88aa9e2401985fdbb65efa2f81de65137be5eabc1e801de89b737b1b"}, + {file = "4a9715c6b0b619371e89c09ea8d1c86ce5c880df.zip", hash = "sha256:04ee2d775c6ee4048f2306416c67d4f6b94837346a35de5b2aaa13e65ee4acf8"}, ] [package.dependencies] @@ -3721,7 +3721,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/b3c9b27b1e2c0162f49bc3f6f6c18a543510bdcf.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/4a9715c6b0b619371e89c09ea8d1c86ce5c880df.zip" [[package]] name = "litellm" @@ -8485,5 +8485,5 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" -python-versions = ">=3.9,<3.13" -content-hash = "27f012a663bc4072a76d4cc5a60172f3d21118435a792b4ca2dd777b80a28159" +python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" +content-hash = "49327e94c7292788cd8b4f1cf0e2c77edd2769d21f76f3c0ec53823dd57c8891" diff --git a/pyproject.toml b/pyproject.toml index cabd7daf..6d0bd649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ celery = {version = "^5.3.6", extras = ["redis"]} kombu = ">=5.4.0rc2" # Pin version to fix https://github.com/celery/celery/issues/8030. TODO: remove when this fix will be included in celery uvicorn = "*" pydantic-settings = "^2.2.1" -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/b3c9b27b1e2c0162f49bc3f6f6c18a543510bdcf.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/4a9715c6b0b619371e89c09ea8d1c86ce5c880df.zip"} kafka-python-ng = "^2.2.3" requests = "^2.32.0" # Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904