diff --git a/poetry.lock b/poetry.lock index a5a47594..5a9b14a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "15e58494af4183aeefa24ed716852d64ff1b7278.zip", hash = "sha256:129bb3b2b5c85095bcfcf142e8ce8027f1e88d364cd112860decca9493684c87"}, + {file = "68c437288cc1e288b3eb64a1cfcf2a479fe08b67.zip", hash = "sha256:7d28604c199e93c02ea270e9689cbf35715a610e5cbdeb4ddc715f6905f7657a"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/15e58494af4183aeefa24ed716852d64ff1b7278.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/68c437288cc1e288b3eb64a1cfcf2a479fe08b67.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "4907964ce077d8b7999999cd44f6f82e8629fae3d4fc7c2ca5a9d5d060aa6994" +content-hash = "ad027109dd5b310eb94deb5618d903e2b7128d6aa045312c798dbecacf894280" diff --git a/pyproject.toml b/pyproject.toml index 35bbec34..d8b2b960 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/15e58494af4183aeefa24ed716852d64ff1b7278.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/68c437288cc1e288b3eb64a1cfcf2a479fe08b67.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)",