diff --git a/poetry.lock b/poetry.lock index 19738871..a7173b54 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 = "995336272eb1d0d6d572efed553bae08228f81d8.zip", hash = "sha256:8b5b98090be94693fa8a3a7d44ce9ca23c79a5d07a843d8f2a84da0c3e8d13eb"}, + {file = "b4e749a628a9dabbb1b18f2a25ded6fed93cba87.zip", hash = "sha256:2888dcfcd9f132d3dd4df1bf52dc6f14b4dfd0f35d67862a31fff766897f592b"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/995336272eb1d0d6d572efed553bae08228f81d8.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/b4e749a628a9dabbb1b18f2a25ded6fed93cba87.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "fe87d19571a096a0004eaee566605509c8138fc8ab46f2a88a5bd80790375750" +content-hash = "7a4432aa4ee8e939c07318fda6ff484a2fda9f6e4c7d102d717d9f232b971033" diff --git a/pyproject.toml b/pyproject.toml index f276022b..e8b2bfb7 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/995336272eb1d0d6d572efed553bae08228f81d8.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/b4e749a628a9dabbb1b18f2a25ded6fed93cba87.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)",