diff --git a/poetry.lock b/poetry.lock index 4931900b97f9..6cf946d5d989 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.13" +version = "2.0.14" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "ccd491b77350371d3cc343009d789d73fb427944.zip", hash = "sha256:9f58983f39af1ea2940ab7151f165b066bc84f9c67d1d4ec690907dd554ffb98"}, + {file = "9def2c8f840bc0dec68f7c6fdfef1518841e8204.zip", hash = "sha256:af231a138ac6bb01c49cc468509f596ba7b83027230dd749c6bca6e23a823b44"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/ccd491b77350371d3cc343009d789d73fb427944.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9def2c8f840bc0dec68f7c6fdfef1518841e8204.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 = "096d588cd1e4d2f1d8e17d045a3446d96c5596eb75277d183e4fce442d21d9af" +content-hash = "3fa05578f6e14b566d95b1fd8da355c40913c5dad37fe1b3ab7a252385510be4" diff --git a/pyproject.toml b/pyproject.toml index 3da0f5044a23..d85be57390b8 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/ccd491b77350371d3cc343009d789d73fb427944.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/9def2c8f840bc0dec68f7c6fdfef1518841e8204.zip", ## HumanSignal repo dependencies :end ]