diff --git a/poetry.lock b/poetry.lock index a6cc92c17c8f..355e333f9d88 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.dev" +version = "2.0.13" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "0ea9e0d97dccbff28013aae9e10cc7a3464cfed2.zip", hash = "sha256:e9972f324058c6bbb673d631289d25fb6eec5d792a401fe0c96696008de96a12"}, + {file = "f745b481e330f9cb4f6db788efe66749eef12b5a.zip", hash = "sha256:209f3e84685179aac305a85e5de8b1d84f7d6aeccdf537a6b5c0d74d87a19a2a"}, ] [package.dependencies] @@ -2171,7 +2171,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/0ea9e0d97dccbff28013aae9e10cc7a3464cfed2.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/f745b481e330f9cb4f6db788efe66749eef12b5a.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 = "b9ded0bcb8afab013e77a5f17d11df352b6bdbbef44e666b2a98d773ffbd61a2" +content-hash = "0a1633aec2abf8ee4469e59d8f0f93997251a7634d0bfb2ecc7bbeeb896e6d19" diff --git a/pyproject.toml b/pyproject.toml index 15832ee72091..1f2b1e4d8a20 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/0ea9e0d97dccbff28013aae9e10cc7a3464cfed2.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/f745b481e330f9cb4f6db788efe66749eef12b5a.zip", ## HumanSignal repo dependencies :end ]