diff --git a/poetry.lock b/poetry.lock index 8177806f7997..1b3b7eb40c13 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 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" @@ -2143,7 +2143,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "59b70271e32254cec3f281c6ba68aa49ba923a30.zip", hash = "sha256:25d90f71b96528fc88b9f29ea52dd611b219c7192ff5b2c9401623dd8b3ea102"}, + {file = "757d9c30123db1221c5218c22d6d7b584e83f180.zip", hash = "sha256:d96fbbb1fa85527d7653d1477caaa31f91eeb15fb4cc1cf8e3d0b47d097d2e4f"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/59b70271e32254cec3f281c6ba68aa49ba923a30.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/757d9c30123db1221c5218c22d6d7b584e83f180.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 = "a560fb5619d1994e6126bbab037454cb68046ec71803d69def4b9d8199c4829e" +content-hash = "66f7992baec35741b4e6a9fa2f809920c69efa18ff811bee615f4ac7f29d5eae" diff --git a/pyproject.toml b/pyproject.toml index e7811325bed5..2e26e9ffdd2d 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/59b70271e32254cec3f281c6ba68aa49ba923a30.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/757d9c30123db1221c5218c22d6d7b584e83f180.zip", ## HumanSignal repo dependencies :end ]