diff --git a/poetry.lock b/poetry.lock index 2c620d72..bb4fa010 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 = "93d3b85e1162f2cb2dc5efb25c8d0a0b0f759e7c.zip", hash = "sha256:c209c77712b0b71b4fe2c653d43d904f3df7e1809eefcc90f08afcf27e98a374"}, + {file = "7300e9e65a194f90a3434071d33690de6cce26b6.zip", hash = "sha256:e4f307738f332ced4986b23cf7d385c9dab414cb461c21d217a89625615e3673"}, ] [package.dependencies] @@ -3770,7 +3770,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/93d3b85e1162f2cb2dc5efb25c8d0a0b0f759e7c.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7300e9e65a194f90a3434071d33690de6cce26b6.zip" [[package]] name = "litellm" @@ -8844,4 +8844,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "57176d16e6a78b2352b4728015c9b5e8e242a31ebd865707d2158a124db4a8ff" +content-hash = "d54c8cdf5e4c211201047bb3f36f02aad797b57900a396371dd3745beeaf8d0a" diff --git a/pyproject.toml b/pyproject.toml index e08d8999..0a417729 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/93d3b85e1162f2cb2dc5efb25c8d0a0b0f759e7c.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7300e9e65a194f90a3434071d33690de6cce26b6.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)",