diff --git a/poetry.lock b/poetry.lock index 2c8fe71a..f4f30ca3 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 = "8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip", hash = "sha256:60dd33bb732d42ed9af9eb86d1f6a28a1f5203b5c68513f2ba1fb4893ba64632"}, + {file = "c41caadf1deb131b75d3ae1e1f2bf537b63a4d01.zip", hash = "sha256:d742511f9cc1c37de470a49baad8fca04d4490a47325e8d511b9fb258e7d4712"}, ] [package.dependencies] @@ -3804,7 +3804,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/c41caadf1deb131b75d3ae1e1f2bf537b63a4d01.zip" [[package]] name = "litellm" @@ -8878,4 +8878,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "23c62652cda62d77e05e7ae582443238b8d12bf0809959bc3a5a9814e7490b74" +content-hash = "53c1c62ee2674da03fd8132066eefafdc0bb705db9955a2b3fa23c7eb0c35456" diff --git a/pyproject.toml b/pyproject.toml index 24ba2df2..336bdbf7 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/8a5bf9820d3013fde30c989a314a3ece29fbbc25.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/c41caadf1deb131b75d3ae1e1f2bf537b63a4d01.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)",