diff --git a/poetry.lock b/poetry.lock index cda0544c..fb029c63 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" @@ -4212,7 +4212,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "425049d08a3683e01678964686543c222d5567e5.zip", hash = "sha256:a0d8cc0d5689db322c7a833c84aa185f8a5f928f10c3f5556629ae0ff5c4029c"}, + {file = "3d736d11ce550186928a89dd7853c42a5257726b.zip", hash = "sha256:7541a3838ba4715a0a8acaa4fcfc357d7874fa56dd733c502b70cb51503fd4f6"}, ] [package.dependencies] @@ -4240,7 +4240,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/425049d08a3683e01678964686543c222d5567e5.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/3d736d11ce550186928a89dd7853c42a5257726b.zip" [[package]] name = "lark" @@ -9942,4 +9942,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "c9dddd1887b063df4703bbbbdbec270f8f2eddebe847a0e586277edfa1e68db7" +content-hash = "34801749dd789e43ba65aa181781b49438a912cb90997ceb628d0c9524012f08" diff --git a/pyproject.toml b/pyproject.toml index a62111e3..ce7c7db5 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/425049d08a3683e01678964686543c222d5567e5.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/3d736d11ce550186928a89dd7853c42a5257726b.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)",