diff --git a/poetry.lock b/poetry.lock index 4285525d..b7faa6fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "9d2656211e0964beb79efc7d83417fe33bf5ca40.zip", hash = "sha256:1fc110ed0feb66929e36d0c7f1bfd9c32cf24d454e157525c89fdae19745418b"}, + {file = "ffde1e55b99d05a31cf8d561dd4e17d845dff6ba.zip", hash = "sha256:5a4514197e80975d3e9eb2978635b4375dc9679ed2c182b3aa78eda7fa45c5ca"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/9d2656211e0964beb79efc7d83417fe33bf5ca40.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/ffde1e55b99d05a31cf8d561dd4e17d845dff6ba.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "132f39eaab222c8d4bab48c9c3e98408896609df11b9e9667feb30bda5c89e39" +content-hash = "6e3f5a416e1535c236b635cb10e0e11a63833d1b326a2a6ae870c3467289bab4" diff --git a/pyproject.toml b/pyproject.toml index 43521b42..bef245f3 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/9d2656211e0964beb79efc7d83417fe33bf5ca40.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/ffde1e55b99d05a31cf8d561dd4e17d845dff6ba.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)",