From b9e61a7f43190b37aca2e1cb019ef555f3f7b833 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:07:28 +0000 Subject: [PATCH] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/Adala/actions/runs/11594885265 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0acc934..3dfb0db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3513,7 +3513,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "154bdf77f2911a3f95439abd743e0f8ab1a6b323.zip", hash = "sha256:4cf969764712062c78be2c30de557a6b9a1f918876bd67cf033d0dc1c8b0a0bc"}, + {file = "3df6ac21a728511cd67f8c402bb023f2cc210a4c.zip", hash = "sha256:f55f86ec5519411046f7964b2006e535bbcb94500e290597ead802310f8f4fb2"}, ] [package.dependencies] @@ -3536,7 +3536,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/154bdf77f2911a3f95439abd743e0f8ab1a6b323.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/3df6ac21a728511cd67f8c402bb023f2cc210a4c.zip" [[package]] name = "litellm" @@ -8080,4 +8080,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "6c278648d9be1c83c9fbb0b402e7904744292956026cb9fa3139ec658413216a" +content-hash = "a8dff505533cd06f0016f4302f10592f0c29e595bab75efd4227f79497da9fb6" diff --git a/pyproject.toml b/pyproject.toml index 5f3fb57..6c1d36f 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/154bdf77f2911a3f95439abd743e0f8ab1a6b323.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/3df6ac21a728511cd67f8c402bb023f2cc210a4c.zip"} kafka-python = "^2.0.2" # https://github.com/geerlingguy/ansible-role-docker/issues/462#issuecomment-2144121102 requests = "2.31.0"