diff --git a/poetry.lock b/poetry.lock index b67e8c6048b2..75c391e2c9e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2137,13 +2137,13 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7) ; platform_python_implementat [[package]] name = "label-studio-sdk" -version = "2.0.10" +version = "2.0.11.dev" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "01e9d007ebf41a4b3d54701900f02420e55ff251.zip", hash = "sha256:65fcc55296741d73c6ee081b26ab5515298b2a835b0aafc31e4b38acee2db211"}, + {file = "59b70271e32254cec3f281c6ba68aa49ba923a30.zip", hash = "sha256:25d90f71b96528fc88b9f29ea52dd611b219c7192ff5b2c9401623dd8b3ea102"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/01e9d007ebf41a4b3d54701900f02420e55ff251.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/59b70271e32254cec3f281c6ba68aa49ba923a30.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 = "fcb7f079ba360e02cf08df5f8b1c789560d663e755d64e7e9ce0f1d2d5e05162" +content-hash = "a560fb5619d1994e6126bbab037454cb68046ec71803d69def4b9d8199c4829e" diff --git a/pyproject.toml b/pyproject.toml index 4b6d546faf12..e7811325bed5 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/01e9d007ebf41a4b3d54701900f02420e55ff251.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/59b70271e32254cec3f281c6ba68aa49ba923a30.zip", ## HumanSignal repo dependencies :end ]