diff --git a/poetry.lock b/poetry.lock index 37c17147..1f8e9edd 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" @@ -3776,7 +3776,7 @@ optional = false python-versions = ">=3.10,<4" groups = ["main"] files = [ - {file = "e06e45d34b628fb3846eab8d27b618b81bfb68b6.zip", hash = "sha256:ba684375db8ba01a9e978e40ae5eb9472f5f811de799e4327eec2ac92c869843"}, + {file = "45efde990c4533f22eb7db602062ff6ac36e6015.zip", hash = "sha256:a80689592628581baf82687103038e8db2363a47a82f483fdf3db668ad656abc"}, ] [package.dependencies] @@ -3804,7 +3804,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e06e45d34b628fb3846eab8d27b618b81bfb68b6.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/45efde990c4533f22eb7db602062ff6ac36e6015.zip" [[package]] name = "litellm" @@ -8878,4 +8878,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "e3eee4336e063148ed38568b49e55a73c427576e4d4b9bb2d0db7c9b0e31c55d" +content-hash = "27276f0b918d894029c9786b8f879265e75bfed925277f04b3a08a4963922357" diff --git a/pyproject.toml b/pyproject.toml index 647ff8f0..02f3f786 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/e06e45d34b628fb3846eab8d27b618b81bfb68b6.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/45efde990c4533f22eb7db602062ff6ac36e6015.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)",