From 4b9067064882687d4ed63f112c92ccdf29289e4b Mon Sep 17 00:00:00 2001 From: robot-ci-heartex <87703623+robot-ci-heartex@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:05:03 +0000 Subject: [PATCH] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/Adala/actions/runs/11599055788 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f082c31..41b97c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3513,7 +3513,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "c493172b1e9a94dccbd4d841f8e333dab9926968.zip", hash = "sha256:9407e86fa5f9cb4fc943e625bdfcd6db9f990d7c2398de4ddac1081d487d64bd"}, + {file = "91637159ca49586098d5b5f60fa451cfe980dc0d.zip", hash = "sha256:cedb9435795dc8fc088633035f3ce25e0449aab0b8a5bef8e3319dcc6bfb86be"}, ] [package.dependencies] @@ -3536,7 +3536,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c493172b1e9a94dccbd4d841f8e333dab9926968.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/91637159ca49586098d5b5f60fa451cfe980dc0d.zip" [[package]] name = "litellm" @@ -8080,4 +8080,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "6baad107796c29c197ade3ab61606dfc0e2d47188f5665a9c8b6d01b868fd901" +content-hash = "0c753ec2b9b747d16c3e8ce4531fd702aa415be01e51e168d2a026d3af5e62d7" diff --git a/pyproject.toml b/pyproject.toml index b9eb066..bcdc9c7 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/c493172b1e9a94dccbd4d841f8e333dab9926968.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/91637159ca49586098d5b5f60fa451cfe980dc0d.zip"} kafka-python = "^2.0.2" # https://github.com/geerlingguy/ansible-role-docker/issues/462#issuecomment-2144121102 requests = "2.31.0"