diff --git a/poetry.lock b/poetry.lock index a6cc92c17c8f..0f30616dd192 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -2137,13 +2137,13 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7) ; platform_python_implementat [[package]] name = "label-studio-sdk" -version = "2.0.13.dev" +version = "2.0.13" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "0ea9e0d97dccbff28013aae9e10cc7a3464cfed2.zip", hash = "sha256:e9972f324058c6bbb673d631289d25fb6eec5d792a401fe0c96696008de96a12"}, + {file = "a97616e1932388d234f0794eddef419bdb9e29c8.zip", hash = "sha256:20fd8fd95a74d692d4406ada974d20e23b8e0d7910a14b3a0d3f76c131b785ae"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/0ea9e0d97dccbff28013aae9e10cc7a3464cfed2.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/a97616e1932388d234f0794eddef419bdb9e29c8.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5117,4 +5117,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "b9ded0bcb8afab013e77a5f17d11df352b6bdbbef44e666b2a98d773ffbd61a2" +content-hash = "79b631cf280d44b19acd76bf02d8d56013360116c4d6a5b704e218eddd53fcb4" diff --git a/pyproject.toml b/pyproject.toml index 15832ee72091..4c208f86e097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ "tldextract (>=5.1.3)", "uuid-utils (>=0.11.0,<1.0.0)", ## HumanSignal repo dependencies :start - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/0ea9e0d97dccbff28013aae9e10cc7a3464cfed2.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/a97616e1932388d234f0794eddef419bdb9e29c8.zip", ## HumanSignal repo dependencies :end ]