diff --git a/poetry.lock b/poetry.lock index 4df577ed..00fa0dc3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "90f4274c21a3ce6304b883b01b14f4aa6af81e41.zip", hash = "sha256:76e026573e83d05ee3b8765805340a58b14e62483a0349448feb72f041ee1ca8"}, + {file = "83f2c2ee4d7daabae5f5d182e65502e754390ea0.zip", hash = "sha256:fa7dc3d57d5e1b2ee444f569741c210448234a5f48912246b43bb12d6c7a9262"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/90f4274c21a3ce6304b883b01b14f4aa6af81e41.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/83f2c2ee4d7daabae5f5d182e65502e754390ea0.zip" [[package]] name = "litellm" @@ -8833,4 +8833,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "5e78bf27b9afa4b10c8f8f465182de60d57fb1ff5485dd8fcacc4f5fc1f5640d" +content-hash = "e198b9d53cd93bffdb76d8614a9bc4d4d9239d166da7b9ad642768e6eac3a844" diff --git a/pyproject.toml b/pyproject.toml index 484ad6c8..2d3c01ba 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/90f4274c21a3ce6304b883b01b14f4aa6af81e41.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/83f2c2ee4d7daabae5f5d182e65502e754390ea0.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)",