diff --git a/poetry.lock b/poetry.lock index a86af662e0ab..6df8f1e24d3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2142,13 +2142,13 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7) ; platform_python_implementat [[package]] name = "label-studio-sdk" -version = "2.0.17" +version = "2.0.18" description = "" optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "f15108fac7df29efea57d6b05ddbe3f637480ed8.zip", hash = "sha256:dd12fa67ffed933c720096795ae1429f99ad96ee5ca8e7f0d2cca0e5ad2cc404"}, + {file = "f9b9898ea4323597e624466d0f568a611f5f3a22.zip", hash = "sha256:fec800fd7c72893051138ebe832f1784e5d9bc0cba825539ff9acb729d56cee4"}, ] [package.dependencies] @@ -2176,7 +2176,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/f15108fac7df29efea57d6b05ddbe3f637480ed8.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/f9b9898ea4323597e624466d0f568a611f5f3a22.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5146,4 +5146,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "996dc99d2821938d55be88391e5da01476eccd7c04932e16b4b6eb2ff6210ad8" +content-hash = "aae1df40d3375ad8bb7aa2ccc90ea9627b4a12e975bebb4b7747c1aa848426db" diff --git a/pyproject.toml b/pyproject.toml index 8eac783c70bf..24e748a3c3e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,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/f15108fac7df29efea57d6b05ddbe3f637480ed8.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/f9b9898ea4323597e624466d0f568a611f5f3a22.zip", ## HumanSignal repo dependencies :end ]