From 96d2374d5784330657230cf203813d5e950212ae Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:20:33 +0000 Subject: [PATCH] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/13039664311 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 09a303c352bc..3eb8ca47e8f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2140,7 +2140,7 @@ python-versions = ">=3.9,<4" groups = ["main"] markers = "python_version >= \"3.12\" or python_version <= \"3.11\"" files = [ - {file = "d79f479b29cf665d783e8a5ddea0e786f2f86bdf.zip", hash = "sha256:ecd9ea73c3612fd43bd9e883e3a1be0cc11ec803836a764af85b6d72a2228aba"}, + {file = "12fe9e9c4426261a058ac4e2d49e21bb3c2bb5ce.zip", hash = "sha256:8300a20b73aa0765ddcf97ddb778e2e7fa9462677b99c05b554c34e00c3e919b"}, ] [package.dependencies] @@ -2165,7 +2165,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/d79f479b29cf665d783e8a5ddea0e786f2f86bdf.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/12fe9e9c4426261a058ac4e2d49e21bb3c2bb5ce.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5034,4 +5034,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "815ccdf1a5165bf63a02756200d073d4f7e6340f4461900b30fb7bb5d6592d78" +content-hash = "fe3d734452239d63329e7b5e89e41da512fd2e96d52a8d6b017d3de8382640ce" diff --git a/pyproject.toml b/pyproject.toml index 757c13009b1a..67b26363668e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -208,7 +208,7 @@ django-migration-linter = "^5.1.0" setuptools = ">=75.4.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/d79f479b29cf665d783e8a5ddea0e786f2f86bdf.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/12fe9e9c4426261a058ac4e2d49e21bb3c2bb5ce.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2"