From e5d965d2b5b90aea705b7020519cd8d2f8282170 Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 22 Oct 2024 11:53:28 +0000 Subject: [PATCH 1/5] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/11459548152 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index efe1c28e3c8f..54b959acb532 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1914,7 +1914,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "e94072130d90f7b89701b9234ce175425f36f23e.zip", hash = "sha256:436834d571972327d9a24c96db19e0de8204c028f7cc01e5e36cece2a550ef91"}, + {file = "c74b0787e5dbb46a4ceefe8f3f4ba1080195b974.zip", hash = "sha256:a5bf64fa974a626b845e5c861af56ea5a769c95c442610e2aca1e8e841477844"}, ] [package.dependencies] @@ -1937,7 +1937,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e94072130d90f7b89701b9234ce175425f36f23e.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c74b0787e5dbb46a4ceefe8f3f4ba1080195b974.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4404,4 +4404,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "3b8c2bd6798192f1d89da4477190e95493b3f96ec618da18e974bb498dcc2620" +content-hash = "50ab91acfa8ef594b2856560d051067a2102a73d3c3f178263679c44d25c3f1f" diff --git a/pyproject.toml b/pyproject.toml index 388c71fedbaf..ee3f233c1dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/e94072130d90f7b89701b9234ce175425f36f23e.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/c74b0787e5dbb46a4ceefe8f3f4ba1080195b974.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2" From 1699dc704494e0cfdee6e6713695d5553d8bdb07 Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 22 Oct 2024 17:58:21 +0000 Subject: [PATCH 2/5] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/11465765431 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 54b959acb532..4f6f15465b46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1914,7 +1914,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "c74b0787e5dbb46a4ceefe8f3f4ba1080195b974.zip", hash = "sha256:a5bf64fa974a626b845e5c861af56ea5a769c95c442610e2aca1e8e841477844"}, + {file = "be2fb4e8d5dd074af78bfa136d14a620f569addb.zip", hash = "sha256:edaefb233f77c723349ee509424f14b786fe1ae11114843b7d52692e8c00444f"}, ] [package.dependencies] @@ -1937,7 +1937,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c74b0787e5dbb46a4ceefe8f3f4ba1080195b974.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/be2fb4e8d5dd074af78bfa136d14a620f569addb.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4404,4 +4404,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "50ab91acfa8ef594b2856560d051067a2102a73d3c3f178263679c44d25c3f1f" +content-hash = "4426b510e6ae8d2922e914a0faebc590cfb4c2f753b41fa2615f193b14befd19" diff --git a/pyproject.toml b/pyproject.toml index ee3f233c1dd9..a7e9a93ffc96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/c74b0787e5dbb46a4ceefe8f3f4ba1080195b974.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/be2fb4e8d5dd074af78bfa136d14a620f569addb.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2" From 427f2116246299a505d5d3ae573c7459a5ed253d Mon Sep 17 00:00:00 2001 From: hakan458 Date: Wed, 23 Oct 2024 21:27:47 +0000 Subject: [PATCH 3/5] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/11488390547 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f6f15465b46..df5cc98aff2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1914,7 +1914,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "be2fb4e8d5dd074af78bfa136d14a620f569addb.zip", hash = "sha256:edaefb233f77c723349ee509424f14b786fe1ae11114843b7d52692e8c00444f"}, + {file = "55a05efc40cb44402ed912864461e753d205e727.zip", hash = "sha256:76e4ce9b12e4bf38a2ce2f108e6036e6f9c72865ae7dd825ecc1bf4ffa6d96b3"}, ] [package.dependencies] @@ -1937,7 +1937,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/be2fb4e8d5dd074af78bfa136d14a620f569addb.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/55a05efc40cb44402ed912864461e753d205e727.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4404,4 +4404,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "4426b510e6ae8d2922e914a0faebc590cfb4c2f753b41fa2615f193b14befd19" +content-hash = "24060a751ee08eea34336e5a57587e59d4f4fe079af97cbae4943dc9c1a763af" diff --git a/pyproject.toml b/pyproject.toml index a7e9a93ffc96..728eb2e09831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/be2fb4e8d5dd074af78bfa136d14a620f569addb.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/55a05efc40cb44402ed912864461e753d205e727.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2" From 2059b8c76932effaf43f6daeb0bd332f6922f8bf Mon Sep 17 00:00:00 2001 From: niklub Date: Fri, 25 Oct 2024 10:48:02 +0000 Subject: [PATCH 4/5] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/11516746696 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index df5cc98aff2b..13e0d27ae1f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1914,7 +1914,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "55a05efc40cb44402ed912864461e753d205e727.zip", hash = "sha256:76e4ce9b12e4bf38a2ce2f108e6036e6f9c72865ae7dd825ecc1bf4ffa6d96b3"}, + {file = "238b0f48dcac00d78a6e97862ea82011527307ce.zip", hash = "sha256:e54d85f7f9f4bd363df3485c070eab7c0e416da93859380d4e5125f50ffcb63f"}, ] [package.dependencies] @@ -1937,7 +1937,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/55a05efc40cb44402ed912864461e753d205e727.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/238b0f48dcac00d78a6e97862ea82011527307ce.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4404,4 +4404,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "24060a751ee08eea34336e5a57587e59d4f4fe079af97cbae4943dc9c1a763af" +content-hash = "0c4ba99b9805f603a1f8aca81de6c4654d49fb8392a0399dbb3eee0a4862458d" diff --git a/pyproject.toml b/pyproject.toml index 728eb2e09831..67e4872e8054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -202,7 +202,7 @@ django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/55a05efc40cb44402ed912864461e753d205e727.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/238b0f48dcac00d78a6e97862ea82011527307ce.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2" From 9822ff9ca089d92777ad4267dcedca718a32eb64 Mon Sep 17 00:00:00 2001 From: Sergey Zhuk Date: Fri, 25 Oct 2024 12:35:49 +0100 Subject: [PATCH 5/5] fix --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d5910888f8e..311ea60a1d49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,8 +201,6 @@ openai = "^1.10.0" django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/6e4e079bf97a49773f90ead3cba0e086c2ccf7ec.zip"} - label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/238b0f48dcac00d78a6e97862ea82011527307ce.zip"} [tool.poetry.group.test.dependencies]