diff --git a/poetry.lock b/poetry.lock index fc50f8c3..61552403 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "037011c9d6c84050d6a7fe3777310d33a84603d6.zip", hash = "sha256:2c2d4ff3698915ce1c7b926728eb2f0bff7a3117eb752b79d190aec1a69f5511"}, + {file = "8a328fe1b3d9d50154a69b6b23668e64c5aa86ec.zip", hash = "sha256:2f83599094cf72fdadf601b04af483c1d059f87e8526138f2e0aea082a80c48d"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/037011c9d6c84050d6a7fe3777310d33a84603d6.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8a328fe1b3d9d50154a69b6b23668e64c5aa86ec.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "79eb9ac04ee676cbadbbb4618620de4bb67926c93a86125c22d03f4de0778fd0" +content-hash = "9e928d1f1cae2f324f26f709fe545928c9928094e6654038daa9236e7dd3bfac" diff --git a/pyproject.toml b/pyproject.toml index f8621a53..fe5b50aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "kombu (>=5.4.0rc2)", "uvicorn", "pydantic-settings (>=2.9.0,<3.0.0)", - "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/037011c9d6c84050d6a7fe3777310d33a84603d6.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/8a328fe1b3d9d50154a69b6b23668e64c5aa86ec.zip", "requests (>=2.32.0,<3.0.0)", # Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904 "litellm (>=1.76.1,<2.0.0)",