diff --git a/poetry.lock b/poetry.lock index f2702373..c9060c2a 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 = "955dff4f52db1fcca0c4e864e42bda3d9d69c983.zip", hash = "sha256:a0fda02d4b84e49e455a6dc05bdafbb1c33cead25bcac1a6995a526c66704c1f"}, + {file = "9def2c8f840bc0dec68f7c6fdfef1518841e8204.zip", hash = "sha256:af231a138ac6bb01c49cc468509f596ba7b83027230dd749c6bca6e23a823b44"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/955dff4f52db1fcca0c4e864e42bda3d9d69c983.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/9def2c8f840bc0dec68f7c6fdfef1518841e8204.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "2e6ae3f6e591e519e08450fc7d5c2246ca59e55d9c4e8371e13a84d64a4290e9" +content-hash = "c25c4099d957397218b892de267b9d645e801015f429d12327ded42f9cfe18dd" diff --git a/pyproject.toml b/pyproject.toml index 6fe16c56..19ff8c13 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/955dff4f52db1fcca0c4e864e42bda3d9d69c983.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/9def2c8f840bc0dec68f7c6fdfef1518841e8204.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)",