diff --git a/poetry.lock b/poetry.lock index 51c588e7..fc50f8c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "4017126069cbdb6b9e676235908f4f165c28c311.zip", hash = "sha256:824a12cb6858ecc47cd975be0b5a09aa526f837a0a3674e372fc87040158291f"}, + {file = "037011c9d6c84050d6a7fe3777310d33a84603d6.zip", hash = "sha256:2c2d4ff3698915ce1c7b926728eb2f0bff7a3117eb752b79d190aec1a69f5511"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/4017126069cbdb6b9e676235908f4f165c28c311.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/037011c9d6c84050d6a7fe3777310d33a84603d6.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "be162358df1ae23a0d3b69320460e4d8017419527bddbb19adf8ce5829c67dd3" +content-hash = "79eb9ac04ee676cbadbbb4618620de4bb67926c93a86125c22d03f4de0778fd0" diff --git a/pyproject.toml b/pyproject.toml index c088a6d9..f8621a53 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/4017126069cbdb6b9e676235908f4f165c28c311.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/037011c9d6c84050d6a7fe3777310d33a84603d6.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)",