diff --git a/poetry.lock b/poetry.lock index b5d576ec..7840a897 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 = "e94b41bb2f6aac0f3b825d3d5745f78994cfd869.zip", hash = "sha256:79e13c46e83141e9232ad0a266b15518ebd6299767942a05d4c41fc7f0444534"}, ] [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/e94b41bb2f6aac0f3b825d3d5745f78994cfd869.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 = "953cc887ea1906718a69521b5c9bbbf61976630f02d7e4441671c31d11cd100d" diff --git a/pyproject.toml b/pyproject.toml index e6d45798..6c129fb3 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/e94b41bb2f6aac0f3b825d3d5745f78994cfd869.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"