diff --git a/poetry.lock b/poetry.lock index a8550df5..f9d1c814 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" @@ -3747,7 +3747,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip", hash = "sha256:b613d6698a2f1093a1fd91635b5d5c8bac71dcbb34606de2d225c437ee308f80"}, + {file = "b0001d22d9ade6aa5dedeabdaa2bf57ffa3feb85.zip", hash = "sha256:2b53cd605d1b8edbf323dc87e7505d45db8bb739a1b3340cb87f204e5c1a631c"}, ] [package.dependencies] @@ -3775,7 +3775,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/b0001d22d9ade6aa5dedeabdaa2bf57ffa3feb85.zip" [[package]] name = "litellm" @@ -8849,4 +8849,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "8edbe37a5b45756c325d90ccbcd9c47f206d728eb21af09d717ada6736b1fcfa" +content-hash = "5c7900de315a3ca87e1e1afe97bbcc7caffb49f365c884030702a84cef1f89da" diff --git a/pyproject.toml b/pyproject.toml index 864b6ad3..035d14b6 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/c3cbd8d2aa1b5fe8dad54b0a915d8f596c0d8567.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/b0001d22d9ade6aa5dedeabdaa2bf57ffa3feb85.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)",