diff --git a/poetry.lock b/poetry.lock index e44f11e1bbc8..a4ca54cadc98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2152,7 +2152,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip", hash = "sha256:7d49adc7c7641ea06850d06deae018c89fb3fa711054b16988c0bd4786730599"}, + {file = "d1b3133280860f255bc3a7c84bde77055ff5e072.zip", hash = "sha256:73e73bec5d639ad5585acbc48116b31727572a805baebd3b34dc8e87e3f0631d"}, ] [package.dependencies] @@ -2180,7 +2180,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/d1b3133280860f255bc3a7c84bde77055ff5e072.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 = "f5afaae0810b6eec6705b4432ff0becd61327068751d49f9590c3ccd444a85d2" +content-hash = "7e03170575691ad741d045be585550d3317c73b2878cab214fc981e70eea3d81" diff --git a/pyproject.toml b/pyproject.toml index 1dd412b52cff..fb065a27f862 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/3f7d2eeb6c9ea5e05e348035877b347cdb0a9024.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/d1b3133280860f255bc3a7c84bde77055ff5e072.zip", ## HumanSignal repo dependencies :end ]