From 3bf69c7c69f18d820c7ab5c9243dd9c3fbd7f636 Mon Sep 17 00:00:00 2001 From: pakelley Date: Wed, 12 Feb 2025 15:46:21 +0000 Subject: [PATCH 1/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13289271327 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e3598db8..d652ff3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "6f23319b30c84ecf80b254e0a8bdb18c16d98219.zip", hash = "sha256:ca8931d448bfd27e643d6196aba7b468cee130a3b361861b176182174503c70b"}, + {file = "507f5cf4b7959c544ca3c93051a0b056d8fdfe49.zip", hash = "sha256:71b7b0d8f55bfc55d555b413ee22367b856805884e0adbadea058d543fc61bb2"}, ] [package.dependencies] @@ -3721,7 +3721,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/6f23319b30c84ecf80b254e0a8bdb18c16d98219.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/507f5cf4b7959c544ca3c93051a0b056d8fdfe49.zip" [[package]] name = "litellm" @@ -8486,4 +8486,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "b5e662dae2cb74e4474dff43060b203d5b7dabe92a24ec18b89e17dd2bffd5dc" +content-hash = "a2bd3e529882123b28692b2cfe75eabe294e6e924f56fa3330842706cf759a28" diff --git a/pyproject.toml b/pyproject.toml index 866cec49..760bf085 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/6f23319b30c84ecf80b254e0a8bdb18c16d98219.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/507f5cf4b7959c544ca3c93051a0b056d8fdfe49.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 From 72e3ad75701b6d18cad94c7447cc8fa822bcc894 Mon Sep 17 00:00:00 2001 From: pakelley Date: Wed, 12 Feb 2025 17:24:03 +0000 Subject: [PATCH 2/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13291179531 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index d652ff3e..a7f6b153 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "507f5cf4b7959c544ca3c93051a0b056d8fdfe49.zip", hash = "sha256:71b7b0d8f55bfc55d555b413ee22367b856805884e0adbadea058d543fc61bb2"}, + {file = "62c59e9084cd413af7d17363692c24c6f0c84b4d.zip", hash = "sha256:b25481a7de82b71e353296e4de6c5d008406853e0a86ca5ffcb6c097ea3f907a"}, ] [package.dependencies] @@ -3721,7 +3721,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/507f5cf4b7959c544ca3c93051a0b056d8fdfe49.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/62c59e9084cd413af7d17363692c24c6f0c84b4d.zip" [[package]] name = "litellm" @@ -8486,4 +8486,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "a2bd3e529882123b28692b2cfe75eabe294e6e924f56fa3330842706cf759a28" +content-hash = "3576a3b5cbf695d2fe5e4e9e2f8ac5d3441f3123d269453a1049f849958cb185" diff --git a/pyproject.toml b/pyproject.toml index 760bf085..080036a4 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/507f5cf4b7959c544ca3c93051a0b056d8fdfe49.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/62c59e9084cd413af7d17363692c24c6f0c84b4d.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 From d501092040f694ee5fad644ec8fc3e4657248fed Mon Sep 17 00:00:00 2001 From: pakelley Date: Wed, 12 Feb 2025 17:37:24 +0000 Subject: [PATCH 3/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13291421663 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index a7f6b153..4cbac76f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "62c59e9084cd413af7d17363692c24c6f0c84b4d.zip", hash = "sha256:b25481a7de82b71e353296e4de6c5d008406853e0a86ca5ffcb6c097ea3f907a"}, + {file = "9ccd9fb2fbf0d8e28dbaa2eaa96354d9e8466ef3.zip", hash = "sha256:79035bc5b6e9506006ee8f3d0b6c2e7b4ade87c68ace3c4a1b447a726754def0"}, ] [package.dependencies] @@ -3721,7 +3721,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/62c59e9084cd413af7d17363692c24c6f0c84b4d.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9ccd9fb2fbf0d8e28dbaa2eaa96354d9e8466ef3.zip" [[package]] name = "litellm" @@ -8486,4 +8486,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "3576a3b5cbf695d2fe5e4e9e2f8ac5d3441f3123d269453a1049f849958cb185" +content-hash = "4bc814913500e43e2aec69e9a36babc746440717c03809f6e60e4f6830ff4e77" diff --git a/pyproject.toml b/pyproject.toml index 080036a4..40cd5af4 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/62c59e9084cd413af7d17363692c24c6f0c84b4d.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/9ccd9fb2fbf0d8e28dbaa2eaa96354d9e8466ef3.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 From 8f36a298e22453f1f270a3bec69be4f902c68bcc Mon Sep 17 00:00:00 2001 From: pakelley Date: Fri, 14 Feb 2025 23:17:19 +0000 Subject: [PATCH 4/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13339111494 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4cbac76f..f66d97b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "9ccd9fb2fbf0d8e28dbaa2eaa96354d9e8466ef3.zip", hash = "sha256:79035bc5b6e9506006ee8f3d0b6c2e7b4ade87c68ace3c4a1b447a726754def0"}, + {file = "d96c66a956478c2ce402d35d5a1a50ed613479f3.zip", hash = "sha256:1292f3ae5cd8e872231631053f33c0a170797640ee497a8bfbc93dc3a78c675b"}, ] [package.dependencies] @@ -3721,7 +3721,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/9ccd9fb2fbf0d8e28dbaa2eaa96354d9e8466ef3.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d96c66a956478c2ce402d35d5a1a50ed613479f3.zip" [[package]] name = "litellm" @@ -8486,4 +8486,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "4bc814913500e43e2aec69e9a36babc746440717c03809f6e60e4f6830ff4e77" +content-hash = "66af30a1622f0f5a4b1a1c5a6e372304c782f2af3d38bb231a8a4cc424f7262a" diff --git a/pyproject.toml b/pyproject.toml index 40cd5af4..0dc92b2c 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/9ccd9fb2fbf0d8e28dbaa2eaa96354d9e8466ef3.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/d96c66a956478c2ce402d35d5a1a50ed613479f3.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 From 059ad6ae29e79d8fe78c18eece03d10e5d11cf12 Mon Sep 17 00:00:00 2001 From: pakelley Date: Fri, 14 Feb 2025 23:28:06 +0000 Subject: [PATCH 5/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13339226984 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f66d97b1..d4f0b40a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "d96c66a956478c2ce402d35d5a1a50ed613479f3.zip", hash = "sha256:1292f3ae5cd8e872231631053f33c0a170797640ee497a8bfbc93dc3a78c675b"}, + {file = "8760106bf5b7eca48970e39e2eca1f05fc3eb549.zip", hash = "sha256:62ea8042693567ac7d46e357a51c73803402a57015cdb7ec590b6bc92c69579d"}, ] [package.dependencies] @@ -3721,7 +3721,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/d96c66a956478c2ce402d35d5a1a50ed613479f3.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8760106bf5b7eca48970e39e2eca1f05fc3eb549.zip" [[package]] name = "litellm" @@ -8486,4 +8486,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "66af30a1622f0f5a4b1a1c5a6e372304c782f2af3d38bb231a8a4cc424f7262a" +content-hash = "9e6a2cd7652ed8591c3e36a671b809ada8621a19aca57f8c9b7b9c3a5532b545" diff --git a/pyproject.toml b/pyproject.toml index 0dc92b2c..dfae9ff0 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/d96c66a956478c2ce402d35d5a1a50ed613479f3.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/8760106bf5b7eca48970e39e2eca1f05fc3eb549.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 From 309a0c42ef79c9b8ad3efaf56f9e44d9d938d111 Mon Sep 17 00:00:00 2001 From: pakelley Date: Wed, 19 Feb 2025 09:51:38 +0000 Subject: [PATCH 6/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13409745365 --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index d4f0b40a..05d8b950 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "8760106bf5b7eca48970e39e2eca1f05fc3eb549.zip", hash = "sha256:62ea8042693567ac7d46e357a51c73803402a57015cdb7ec590b6bc92c69579d"}, + {file = "fe052c28e8aa874b203b3d6ba4dc67271f955978.zip", hash = "sha256:e927e50a455d9e837ea7df4daf75429bc251ac45b1a8720f518b7b3e98ff96ac"}, ] [package.dependencies] @@ -3713,6 +3713,7 @@ pandas = ">=0.24.0" Pillow = ">=10.0.1" pydantic = ">=1.9.2" pydantic-core = ">=2.18.2,<3.0.0" +pyjwt = ">=2.10.1,<3.0.0" requests = ">=2.22.0" requests-mock = "1.12.1" typing_extensions = ">=4.0.0" @@ -3721,7 +3722,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8760106bf5b7eca48970e39e2eca1f05fc3eb549.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/fe052c28e8aa874b203b3d6ba4dc67271f955978.zip" [[package]] name = "litellm" @@ -5970,14 +5971,14 @@ files = [ [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.1" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, - {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, + {file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.dependencies] @@ -8486,4 +8487,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "9e6a2cd7652ed8591c3e36a671b809ada8621a19aca57f8c9b7b9c3a5532b545" +content-hash = "d4b315c3d997d9a5ff85fd226fe7b664eb0c7117f976bbda80fda57390dd8e46" diff --git a/pyproject.toml b/pyproject.toml index dfae9ff0..f1a7be5c 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/8760106bf5b7eca48970e39e2eca1f05fc3eb549.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/fe052c28e8aa874b203b3d6ba4dc67271f955978.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 From b2b4cc28ae173ef73bec183be501fc84f494dcb4 Mon Sep 17 00:00:00 2001 From: pakelley Date: Thu, 20 Feb 2025 04:04:44 +0000 Subject: [PATCH 7/7] Sync Follow Merge dependencies Workflow run: https://github.com/HumanSignal/Adala/actions/runs/13427633123 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 05d8b950..89818c2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "fe052c28e8aa874b203b3d6ba4dc67271f955978.zip", hash = "sha256:e927e50a455d9e837ea7df4daf75429bc251ac45b1a8720f518b7b3e98ff96ac"}, + {file = "d37f7ab25642ffaa257edb38bd8c844041814176.zip", hash = "sha256:00c7261c50236355de819a846c76c988f4e088f74992ecb9437415a62ef89250"}, ] [package.dependencies] @@ -3722,7 +3722,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/fe052c28e8aa874b203b3d6ba4dc67271f955978.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d37f7ab25642ffaa257edb38bd8c844041814176.zip" [[package]] name = "litellm" @@ -8487,4 +8487,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "d4b315c3d997d9a5ff85fd226fe7b664eb0c7117f976bbda80fda57390dd8e46" +content-hash = "711f1e73fea7dc083c0516a0510e76aa66441ffcb28e89e93f0042a0507a3175" diff --git a/pyproject.toml b/pyproject.toml index f1a7be5c..85ea8647 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/fe052c28e8aa874b203b3d6ba4dc67271f955978.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/d37f7ab25642ffaa257edb38bd8c844041814176.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