diff --git a/poetry.lock b/poetry.lock index 4d2d93e4..2bd62db9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "e6832339bbc046768e6e96b9a7386e91a2334e82.zip", hash = "sha256:5896b270824d798bc66a4ceb72f1f1b67ec0a8f69ec0a5cdcb1c84c25da6746e"}, + {file = "97174544e73031c0ccfc40850e186b81d3ef310c.zip", hash = "sha256:54fbed4d89be7ab2b86a4641006382810899f8599a342cb0fd949cfc8d3efb30"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e6832339bbc046768e6e96b9a7386e91a2334e82.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/97174544e73031c0ccfc40850e186b81d3ef310c.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "babbab89c3aa80052296ad5b2f5325fd6fab83c8000719986cb7ac6b02ad5279" +content-hash = "ba7f5c893c293e778e5823bd97f842225a2c224c1935b92c288b25b36cddcf52" diff --git a/pyproject.toml b/pyproject.toml index 3fbc1738..77cd95ee 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/e6832339bbc046768e6e96b9a7386e91a2334e82.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/97174544e73031c0ccfc40850e186b81d3ef310c.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)",