diff --git a/poetry.lock b/poetry.lock index e1746fc1aec2..f433970c9af5 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 = "81ab3bbed0373fca1fd9166f186bfd0817512331.zip", hash = "sha256:46619542f192af938d47ee233c2b96133d8a77e3f998e7e8785b0458e2fff5aa"}, + {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/81ab3bbed0373fca1fd9166f186bfd0817512331.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 = "548ed04ccedece3700b6c10922b3ab48e07fd51d5552fb7b0ce3a4df84bbb7c8" +content-hash = "e0fc836023ee8c8fa4e9035c720667765fed73b6bacd523e14b216a5e5b33822" diff --git a/pyproject.toml b/pyproject.toml index 5a58cda19d9a..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/81ab3bbed0373fca1fd9166f186bfd0817512331.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/6114a728b6bda1ac63a3e6a00601d7ea293852e0.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2"