diff --git a/poetry.lock b/poetry.lock index 4656de90..3d425735 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "7fb275b0deaf5838f91ca79faf6a53e9e14fd15f.zip", hash = "sha256:fee3608ab6781fdf96544e11115d143ef77cdc6ec2a1af94ce6ef7d722d99a01"}, + {file = "7b2ea45290b5bd7a765a7efa053c80c44bc34c07.zip", hash = "sha256:1143597c571c0827cb67793e71d96ce702a1c032e223faa585a444a71fd9e2fa"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/7fb275b0deaf5838f91ca79faf6a53e9e14fd15f.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/7b2ea45290b5bd7a765a7efa053c80c44bc34c07.zip" [[package]] name = "litellm" @@ -8833,4 +8833,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "06bd76962b88fb7c8201fc5a0e4ff6f03b0300cc7d2d986dd7596e488ea881cf" +content-hash = "53f2fe4bd849a072d15e1b399ecde0d711753d35321c41977787c94bd39cb428" diff --git a/pyproject.toml b/pyproject.toml index b48c2dce..f3f6840d 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/7fb275b0deaf5838f91ca79faf6a53e9e14fd15f.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/7b2ea45290b5bd7a765a7efa053c80c44bc34c07.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)",