From 54e5b542bf5d5eadce222a43d87d53f29c7d2c9c Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:50:11 +0000 Subject: [PATCH 1/4] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/11234729275 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e1746fc1aec2..3131b45c76f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1794,7 +1794,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "81ab3bbed0373fca1fd9166f186bfd0817512331.zip", hash = "sha256:46619542f192af938d47ee233c2b96133d8a77e3f998e7e8785b0458e2fff5aa"}, + {file = "eeae2343b100b7379603fd90bca19ee12fcba4da.zip", hash = "sha256:8060fe3367044447b464808bf6f40391bb4b9bd8bd3b29f17cc3dc0ad3d5ba8f"}, ] [package.dependencies] @@ -1816,7 +1816,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/81ab3bbed0373fca1fd9166f186bfd0817512331.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/eeae2343b100b7379603fd90bca19ee12fcba4da.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4154,4 +4154,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "548ed04ccedece3700b6c10922b3ab48e07fd51d5552fb7b0ce3a4df84bbb7c8" +content-hash = "7d56f6554e99a2850e366408eef34892e185870ce8c0af095b26d5f02138bab1" diff --git a/pyproject.toml b/pyproject.toml index 5a58cda19d9a..7837eb081f59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,7 +203,7 @@ django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/81ab3bbed0373fca1fd9166f186bfd0817512331.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/eeae2343b100b7379603fd90bca19ee12fcba4da.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2" From 66e74e224b5678b98f74987866a144423c071bcf Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:15:37 +0000 Subject: [PATCH 2/4] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/11351928765 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3131b45c76f5..693cc4e38ad2 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" @@ -1794,7 +1794,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "eeae2343b100b7379603fd90bca19ee12fcba4da.zip", hash = "sha256:8060fe3367044447b464808bf6f40391bb4b9bd8bd3b29f17cc3dc0ad3d5ba8f"}, + {file = "3fc02aac751e5fb15b7da78d3e1e7db5ae0126f9.zip", hash = "sha256:10b4293c626c49d4617ba042241acea15c3b72fb3606aff3c6cdea300be2744d"}, ] [package.dependencies] @@ -1816,7 +1816,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/eeae2343b100b7379603fd90bca19ee12fcba4da.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/3fc02aac751e5fb15b7da78d3e1e7db5ae0126f9.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4154,4 +4154,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "7d56f6554e99a2850e366408eef34892e185870ce8c0af095b26d5f02138bab1" +content-hash = "ffd118d786d2a827e14cab65b052d653ec6a0532aa44f50392e4816ba075aebc" diff --git a/pyproject.toml b/pyproject.toml index 7837eb081f59..5fe449492d23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,7 +203,7 @@ django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/eeae2343b100b7379603fd90bca19ee12fcba4da.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/3fc02aac751e5fb15b7da78d3e1e7db5ae0126f9.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2" From f0f58f4c87e517b3ba479e6d382aa42b55a2d905 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:40:25 +0000 Subject: [PATCH 3/4] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/11355448949 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 693cc4e38ad2..ece04a8da507 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1794,7 +1794,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "3fc02aac751e5fb15b7da78d3e1e7db5ae0126f9.zip", hash = "sha256:10b4293c626c49d4617ba042241acea15c3b72fb3606aff3c6cdea300be2744d"}, + {file = "4b4f11a358a8fc98ce9a938993680a8091df3172.zip", hash = "sha256:7a01460bde18d7067f51ea22c0b8cc8b046ef7f63dccc0ee74855e05a0c30494"}, ] [package.dependencies] @@ -1816,7 +1816,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/3fc02aac751e5fb15b7da78d3e1e7db5ae0126f9.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/4b4f11a358a8fc98ce9a938993680a8091df3172.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4154,4 +4154,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "ffd118d786d2a827e14cab65b052d653ec6a0532aa44f50392e4816ba075aebc" +content-hash = "753c8647f71fa21af7bdcb6ed7a8a014ae85a9de0c9ffd08f420475018874932" diff --git a/pyproject.toml b/pyproject.toml index 5fe449492d23..384a70bda541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,7 +203,7 @@ django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/3fc02aac751e5fb15b7da78d3e1e7db5ae0126f9.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/4b4f11a358a8fc98ce9a938993680a8091df3172.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2" From 3ec92a1a8638c52f0bce7e56d6b08b58f71b63ae Mon Sep 17 00:00:00 2001 From: robot-ci-heartex <87703623+robot-ci-heartex@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:43:50 +0000 Subject: [PATCH 4/4] [submodules] Bump HumanSignal/label-studio-sdk version Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/11355469098 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ece04a8da507..f433970c9af5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1794,7 +1794,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "4b4f11a358a8fc98ce9a938993680a8091df3172.zip", hash = "sha256:7a01460bde18d7067f51ea22c0b8cc8b046ef7f63dccc0ee74855e05a0c30494"}, + {file = "6114a728b6bda1ac63a3e6a00601d7ea293852e0.zip", hash = "sha256:cd842c479084258d37258069ecc1d25ec63b6716cb78d9aea7c341d611560317"}, ] [package.dependencies] @@ -1816,7 +1816,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/4b4f11a358a8fc98ce9a938993680a8091df3172.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/6114a728b6bda1ac63a3e6a00601d7ea293852e0.zip" [[package]] name = "launchdarkly-server-sdk" @@ -4154,4 +4154,4 @@ mysql = ["mysqlclient"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "753c8647f71fa21af7bdcb6ed7a8a014ae85a9de0c9ffd08f420475018874932" +content-hash = "e0fc836023ee8c8fa4e9035c720667765fed73b6bacd523e14b216a5e5b33822" diff --git a/pyproject.toml b/pyproject.toml index 384a70bda541..eee2b720c56f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,7 +203,7 @@ django-migration-linter = "^5.1.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/4b4f11a358a8fc98ce9a938993680a8091df3172.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/6114a728b6bda1ac63a3e6a00601d7ea293852e0.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2"