diff --git a/poetry.lock b/poetry.lock index 7813bfc9..3b3fa153 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" @@ -4218,7 +4218,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "ece0a2f065bba280e8962fe517abdcb8eff4e1a2.zip", hash = "sha256:bb42296a449fe69926beec1f30cee88bd0190cd6b0b432d88ed12d6f3d5b77e6"}, + {file = "bad20c17781642399bc18b17a4311e69d71af9d7.zip", hash = "sha256:4718e2c801e2646a4715fb952441de6dd411bc1a5f9041d5743d2ddd3cb9a8c6"}, ] [package.dependencies] @@ -4246,7 +4246,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/ece0a2f065bba280e8962fe517abdcb8eff4e1a2.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/bad20c17781642399bc18b17a4311e69d71af9d7.zip" [[package]] name = "lark" @@ -9917,4 +9917,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "2f8cbd26c6aa5321bf7cfac1ee057ae835c1f0e68aff6624506ac1ca3157bd09" +content-hash = "098658bf5b4ad5c0d2ab05cb52b55cbae117d193377c003dfc14747f1e58808e" diff --git a/pyproject.toml b/pyproject.toml index a2e76465..a9d2465e 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/ece0a2f065bba280e8962fe517abdcb8eff4e1a2.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/bad20c17781642399bc18b17a4311e69d71af9d7.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)",