diff --git a/poetry.lock b/poetry.lock index 7ffa4548..cd1e9ca5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "021c7a01d05941a8394f8d0e98fe042baf76f3a0.zip", hash = "sha256:295001fb5b771981910fa20aba04fe316b2a9ae9c307972e05eafbca6238f2e4"}, + {file = "fdfa9548acdcae0571d6d5dacfec2230873e314b.zip", hash = "sha256:8e79d59a4f2543c02b91c425354b9adb4a980873254ba1ba56423cddd3aa2e08"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/021c7a01d05941a8394f8d0e98fe042baf76f3a0.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/fdfa9548acdcae0571d6d5dacfec2230873e314b.zip" [[package]] name = "litellm" @@ -8833,4 +8833,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "ae376c01fb4bc8983432e59ee389800da9ada5e1e0bd7426d871c91f34b308b2" +content-hash = "e5f3c7543df5a05a56b8eede30fb05e5317fc85daf2bdfa8ce28f94f435f127a" diff --git a/pyproject.toml b/pyproject.toml index 265d98b6..637acd7d 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/021c7a01d05941a8394f8d0e98fe042baf76f3a0.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/fdfa9548acdcae0571d6d5dacfec2230873e314b.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)",