diff --git a/poetry.lock b/poetry.lock index 079f3babd8c9..872ebd8c2403 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 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.11.dev" +version = "2.0.11" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "757d9c30123db1221c5218c22d6d7b584e83f180.zip", hash = "sha256:d96fbbb1fa85527d7653d1477caaa31f91eeb15fb4cc1cf8e3d0b47d097d2e4f"}, + {file = "d53a000e62e79232afd4d9d843f9ebe90ca4bbdf.zip", hash = "sha256:acbd045e2d4772aa25de6d36b6f321b233029e11bec9cafa32882b3c13be239b"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/757d9c30123db1221c5218c22d6d7b584e83f180.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d53a000e62e79232afd4d9d843f9ebe90ca4bbdf.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 = "66f7992baec35741b4e6a9fa2f809920c69efa18ff811bee615f4ac7f29d5eae" +content-hash = "9350924cf87404226a6cf8ef1f84347e54f5d0df5ca304f5c2f1391b4ecd427d" diff --git a/pyproject.toml b/pyproject.toml index 2e26e9ffdd2d..9f5db661ca4d 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/757d9c30123db1221c5218c22d6d7b584e83f180.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/d53a000e62e79232afd4d9d843f9ebe90ca4bbdf.zip", ## HumanSignal repo dependencies :end ]