diff --git a/poetry.lock b/poetry.lock index 3902c194..fdc7f3da 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" @@ -3742,7 +3742,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "9c4849589314c7288665cc48d83f9a5124eda65c.zip", hash = "sha256:ae9ed576917dca10a872c2524c56eca83904147ad846ada71055ed263bfd19c2"}, + {file = "bda59f2a1f46da111dac5542dbc27714c1ae4d3e.zip", hash = "sha256:a646965588f90bc75ca171ee9756b7c2b93eaf79242f0bd12aa462791f0fed85"}, ] [package.dependencies] @@ -3770,7 +3770,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/9c4849589314c7288665cc48d83f9a5124eda65c.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/bda59f2a1f46da111dac5542dbc27714c1ae4d3e.zip" [[package]] name = "litellm" @@ -8844,4 +8844,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "9b1872ea399b283cbdac73176ef16ad97ba5e8e960d4ad0f50a4e3adf58a82f2" +content-hash = "eab79b3a27eb276af9ab791560f50b93f2f103f8428974c4a4bfd251e549d838" diff --git a/pyproject.toml b/pyproject.toml index e4cbb354..fe9f3b72 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/9c4849589314c7288665cc48d83f9a5124eda65c.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/bda59f2a1f46da111dac5542dbc27714c1ae4d3e.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)",