From 53f09fd7ad833315f165acb02717ec33bcb75e63 Mon Sep 17 00:00:00 2001 From: Jo Booth Date: Wed, 31 Jul 2024 09:38:00 -0400 Subject: [PATCH] chore: use published version of LS SDK instead of archive link --- poetry.lock | 15 ++++++--------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 00a8da4638e3..3d9548ceffa7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1726,12 +1726,13 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", [[package]] name = "label-studio-sdk" -version = "1.0.3" +version = "1.0.4" description = "" optional = false -python-versions = "^3.8" +python-versions = "<4.0,>=3.8" files = [ - {file = "a84e7633a7335dc1235d2576f8b31fe8bfd66835.zip", hash = "sha256:171fc52365d6c6794a03c45561877f44ecbf8ced8d2bed20d3c8e54ba2e1a96f"}, + {file = "label_studio_sdk-1.0.4-py3-none-any.whl", hash = "sha256:c305518f611a60e7871429d82d8de22686059b41cffe35236c97d00875acd2d3"}, + {file = "label_studio_sdk-1.0.4.tar.gz", hash = "sha256:aaf7d947e11aa8e0560e9e95e5074945a6dfc89ad2c88c9b5b66d64763ef4484"}, ] [package.dependencies] @@ -1750,10 +1751,6 @@ typing_extensions = ">=4.0.0" ujson = ">=5.8.0" xmljson = "0.2.1" -[package.source] -type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a84e7633a7335dc1235d2576f8b31fe8bfd66835.zip" - [[package]] name = "launchdarkly-server-sdk" version = "8.2.1" @@ -3991,4 +3988,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "57c4e20329f42348a636bd8996c4ba02e78b646c5306c8f2320a06adbc84a697" +content-hash = "7ec7dc875e0da65b47014db3473e3637c2875ac75edd99190cb622b74d7fb3d7" diff --git a/pyproject.toml b/pyproject.toml index b30d4c289404..5a6eb2c6df8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,7 +203,7 @@ openai = "^1.10.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/a84e7633a7335dc1235d2576f8b31fe8bfd66835.zip"} +label-studio-sdk = "1.0.4" [tool.poetry.group.test.dependencies] pytest = "7.2.2"