diff --git a/poetry.lock b/poetry.lock index b5d576ec..719508c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3750,7 +3750,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip", hash = "sha256:44e53037e39017690e3e79599e175ac0c29372274ecceef3f2cc5c0cb98abcf5"}, + {file = "85004297a35c5b295f44f53b8f6dcd04da07f19e.zip", hash = "sha256:72c56698565938e7662873f6830826df9614dcc44beddf656198b920beaa0eb4"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/85004297a35c5b295f44f53b8f6dcd04da07f19e.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "4661e91d2f0b6e947c9e7a435c417c0d7b1f3943ee6bec8b8bfdd4d2d6ebc844" +content-hash = "9558179fed1506438171b9c1415ef55cd5d17f2e00bc8c10688e38e2dd24e90d" diff --git a/pyproject.toml b/pyproject.toml index e6d45798..77854cd6 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/4439ad857ff2b5dc5d45fdc0acdde9bd1982da31.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/85004297a35c5b295f44f53b8f6dcd04da07f19e.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.47.2"