diff --git a/poetry.lock b/poetry.lock index 36bc753d..9b5e912d 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 = "97174544e73031c0ccfc40850e186b81d3ef310c.zip", hash = "sha256:54fbed4d89be7ab2b86a4641006382810899f8599a342cb0fd949cfc8d3efb30"}, + {file = "37faaf266f81338cb0dea834c7e3b5e548215b4b.zip", hash = "sha256:001f6f2d7cdb3a9744ac7b442aebea8499f43af6e229cff31253e40f4a26b41f"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/97174544e73031c0ccfc40850e186b81d3ef310c.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/37faaf266f81338cb0dea834c7e3b5e548215b4b.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "ba7f5c893c293e778e5823bd97f842225a2c224c1935b92c288b25b36cddcf52" +content-hash = "828a782bfeb2e51e0b714add1ffa285fa2a8ab52b292127facead159b32d6811" diff --git a/pyproject.toml b/pyproject.toml index 77cd95ee..c119e74c 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/97174544e73031c0ccfc40850e186b81d3ef310c.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/37faaf266f81338cb0dea834c7e3b5e548215b4b.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)",