diff --git a/poetry.lock b/poetry.lock index 269bd34c..2cccd202 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 = "667244ebe01d668133c5e1189a8c5904bc6c36ac.zip", hash = "sha256:3cec6f74c3fc6e9d8337ea26afdd76ec836914c93d92a10d31c7a2f4ec267566"}, + {file = "e10bf619a8f6cf691c42f3e840a1c71f76d1ef0c.zip", hash = "sha256:640781116915e4f37522e62eee0cff75ad8e31c5ab0c5c28ab5bd0c216397015"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/667244ebe01d668133c5e1189a8c5904bc6c36ac.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/e10bf619a8f6cf691c42f3e840a1c71f76d1ef0c.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "4b33f220d5c97d7b511966da6a98a0a0d960bc05f7cf809f3a0fdd2225ccc875" +content-hash = "260ffe5dc65c48c953f8cd1dca184a0bfdfb5f38d3304155fe8e1efcf9fe907e" diff --git a/pyproject.toml b/pyproject.toml index e11cea42..cf563577 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/667244ebe01d668133c5e1189a8c5904bc6c36ac.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/e10bf619a8f6cf691c42f3e840a1c71f76d1ef0c.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)",