diff --git a/poetry.lock b/poetry.lock index c2f68586..cbc14504 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3744,13 +3744,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "1.0.21" +version = "2.0.1" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "82856143d3d285437f7314b91e4af9c3b0220da9.zip", hash = "sha256:5b09c781de880267b9ec3dabeaa4645390ae2d494e070059376efa857b59e09a"}, + {file = "4c6cf632c1d339b10be6c180223087923f31eb07.zip", hash = "sha256:aa63fa50f90699f2eaa67f6f85e78b1a422c38d9b4ef27208f027be6c2526214"}, ] [package.dependencies] @@ -3778,7 +3778,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/82856143d3d285437f7314b91e4af9c3b0220da9.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/4c6cf632c1d339b10be6c180223087923f31eb07.zip" [[package]] name = "litellm" @@ -8832,4 +8832,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "89102ad8cc8899ab8aa32df33562f7988188335d24b5c44ede7eda223359ae3c" +content-hash = "39b5ea45824812f98995b03a6f7409d29f9d305abefdfa26a7233ce2a8234513" diff --git a/pyproject.toml b/pyproject.toml index 5283c29b..49c4eab3 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/82856143d3d285437f7314b91e4af9c3b0220da9.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/4c6cf632c1d339b10be6c180223087923f31eb07.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"