From a55338eef8ad2fce9f7bf1541971781462972bff Mon Sep 17 00:00:00 2001 From: Jo Booth Date: Mon, 18 Nov 2024 19:01:56 +0000 Subject: [PATCH] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/Adala/actions/runs/11899232596 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index b5cebcef..5ea3e768 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3514,7 +3514,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "8c6e2e4e94b1fae331fbe7de8098f306785986fe.zip", hash = "sha256:3119623c599dee99f4148ce87d211b2267d7251290db40ae2660b582b2ce0dc9"}, + {file = "505bf58261478e9b0babb53a4815ccf8c4bd2ed9.zip", hash = "sha256:45e5ec3f15d9d65a504b35e66ff370821e313fa0ad4f1b1e70e3f3813e272895"}, ] [package.dependencies] @@ -3537,7 +3537,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8c6e2e4e94b1fae331fbe7de8098f306785986fe.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/505bf58261478e9b0babb53a4815ccf8c4bd2ed9.zip" [[package]] name = "litellm" @@ -8081,4 +8081,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "5909ee3c726acb5de96e7ac7f706d692ff7c48ee7d710beb56591d75f8ef68dc" +content-hash = "afd7c98307751f66046d4157906861bf84b47e3a1cd06636b49a35b217658a3f" diff --git a/pyproject.toml b/pyproject.toml index 3ce4d0cb..6fc4696c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,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/8c6e2e4e94b1fae331fbe7de8098f306785986fe.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/505bf58261478e9b0babb53a4815ccf8c4bd2ed9.zip"} kafka-python = "^2.0.2" # https://github.com/geerlingguy/ansible-role-docker/issues/462#issuecomment-2144121102 requests = "2.31.0"