diff --git a/poetry.lock b/poetry.lock index 0213bb5a..c3f287e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "0db51aaedd47e38c74a49dc2e4c8280db99c8fe8.zip", hash = "sha256:afd5af0ce6059745d8d6053c482ec1c751214fdb461509a38d638adef3455917"}, + {file = "ea307699c94989f894a8fd5bf05a49a8039ba9e1.zip", hash = "sha256:9e735f5061ec30ff5b7df4fa33be2d95689b46762277c16cfb975d2fc76990e2"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/0db51aaedd47e38c74a49dc2e4c8280db99c8fe8.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/ea307699c94989f894a8fd5bf05a49a8039ba9e1.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "dbece8bac9a0ae42fb01822388565ae73537e6ff8ca95af36cb41c9aa7a6bb53" +content-hash = "464f73de283f79b624b169bbf16fb33b6b670f6d1464af81f15a628dc119276d" diff --git a/pyproject.toml b/pyproject.toml index 5250dcc9..a6ceec33 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/0db51aaedd47e38c74a49dc2e4c8280db99c8fe8.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/ea307699c94989f894a8fd5bf05a49a8039ba9e1.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)",