diff --git a/poetry.lock b/poetry.lock index 885e1810..914dcdf6 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 = "a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip", hash = "sha256:8de4445eb858252d0289953154fe7aedfb99c6fe56b2dfed898b026572b99b07"}, + {file = "c83e698a3866e624a6264860211a70c5a5c39b37.zip", hash = "sha256:90d74f2e90f944f53fa5395378f9ba4660ac76831df7e4fa57f7d9500c47821e"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c83e698a3866e624a6264860211a70c5a5c39b37.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "1ddb6dfa56c294dc0eb8a558455d47d6bc7a4727bb3b8767dbf7a7d6306f1104" +content-hash = "1c6190297012632c23950bb7667dc4766f6eedc4feaf2eeffaebb9808b7e6a8b" diff --git a/pyproject.toml b/pyproject.toml index 11a221c0..1ea275d6 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/a93a9953793d0505aca9f8ea2bf09e9e7af52448.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c83e698a3866e624a6264860211a70c5a5c39b37.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)",