diff --git a/poetry.lock b/poetry.lock index fb9ff97cfabe..75bb381177fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2208,7 +2208,7 @@ python-versions = ">=3.9,<4" groups = ["main"] markers = "python_version >= \"3.12\" or python_version <= \"3.11\"" files = [ - {file = "4b2f1d9b3befa4a546907321912055a43a408d17.zip", hash = "sha256:4fb8066f51597a7b0b3687527140f3bf8a7259d4e93a9c3de0920f0ef9c4e0ff"}, + {file = "9bed76c758ac7ffc312c62634d0e9cd873ea5084.zip", hash = "sha256:3437c38a449da104ee01eaa5f22c27206cc93d4d02657574be9c065ad8df4134"}, ] [package.dependencies] @@ -2234,7 +2234,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/4b2f1d9b3befa4a546907321912055a43a408d17.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9bed76c758ac7ffc312c62634d0e9cd873ea5084.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5129,4 +5129,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "2e2f431d9386d4168265ee78cd7f86419dbde1fcbbdf9167268972f6eac840d2" +content-hash = "898bcf46229430cbfc98c375fe5471ac61fa27389c38ed1f8f824c6b80f495a3" diff --git a/pyproject.toml b/pyproject.toml index 3807234e2e90..c4e6f5f5d0d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -209,7 +209,7 @@ djangorestframework-simplejwt = {extras = ["crypto"], version = "^5.4.0"} tldextract = ">=5.1.3" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/4b2f1d9b3befa4a546907321912055a43a408d17.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/9bed76c758ac7ffc312c62634d0e9cd873ea5084.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2"