diff --git a/poetry.lock b/poetry.lock index 39de7a452091..b52811e25f4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2152,7 +2152,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7b780db071a7595c4230d620e29e371c7a66ef74.zip", hash = "sha256:a38962c8a4d218275effa675c109f009e20bf810a8f3c979fcc2091cc03d1448"}, + {file = "5e8a21cbb7450e0734a66be785ae38ad2a5b1c0c.zip", hash = "sha256:f174c23ef8d4b14a34dd772d21d9c8a38ea97b3835e8146795b054111e6f3030"}, ] [package.dependencies] @@ -2180,7 +2180,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7b780db071a7595c4230d620e29e371c7a66ef74.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/5e8a21cbb7450e0734a66be785ae38ad2a5b1c0c.zip" [[package]] name = "launchdarkly-server-sdk" @@ -5126,4 +5126,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "a58004f1913c07e9b46d584b4bc82d22e286ff0fd682c7946fd1d20d7f0821f4" +content-hash = "a5fd3b08cb907580d14a7a080f72558903ba797d8900c13d302c594a0806a007" diff --git a/pyproject.toml b/pyproject.toml index bfd3223041a0..1596230de823 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/7b780db071a7595c4230d620e29e371c7a66ef74.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/5e8a21cbb7450e0734a66be785ae38ad2a5b1c0c.zip", ## HumanSignal repo dependencies :end ]