diff --git a/poetry.lock b/poetry.lock index b97f6fa3a587..bf3ad20b8744 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.14" +version = "2.0.15" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "fe79d021c09e18f8c7dccce8a43f7ef59d6514dd.zip", hash = "sha256:92f1338242d1530ba7d876e175a394ec84aef2dc5516054f83f5ca1b7efeb358"}, + {file = "667244ebe01d668133c5e1189a8c5904bc6c36ac.zip", hash = "sha256:3cec6f74c3fc6e9d8337ea26afdd76ec836914c93d92a10d31c7a2f4ec267566"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/fe79d021c09e18f8c7dccce8a43f7ef59d6514dd.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/667244ebe01d668133c5e1189a8c5904bc6c36ac.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 = "88671a7b26e093fca89289a2987f01ce8f5171b4194c92920e04d330341a12cb" +content-hash = "73c31ebd150a80b6a78554468ae854c08dbceaf3ab27620f724b0e0bb7255ddd" diff --git a/pyproject.toml b/pyproject.toml index 69b65b12a05d..6122c27ab8d4 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/fe79d021c09e18f8c7dccce8a43f7ef59d6514dd.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/667244ebe01d668133c5e1189a8c5904bc6c36ac.zip", ## HumanSignal repo dependencies :end ]