diff --git a/poetry.lock b/poetry.lock index 13fe46b0..a2c7b8f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,7 +3696,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "29f7df5c6a705f865ade0c2484299d4e320562f8.zip", hash = "sha256:8e939c399177dcfd0b6ccebf7b14b6de459693648d80dbb94a2381c922bf3a86"}, + {file = "4a9715c6b0b619371e89c09ea8d1c86ce5c880df.zip", hash = "sha256:04ee2d775c6ee4048f2306416c67d4f6b94837346a35de5b2aaa13e65ee4acf8"}, ] [package.dependencies] @@ -3721,7 +3721,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/29f7df5c6a705f865ade0c2484299d4e320562f8.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/4a9715c6b0b619371e89c09ea8d1c86ce5c880df.zip" [[package]] name = "litellm" @@ -8486,4 +8486,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.9.7 || >3.9.7,<3.13" -content-hash = "797b5d561210ec1f32bfc62a139fc4eb8a7c97fb0293b88ccf4696b8ad1ef73b" +content-hash = "49327e94c7292788cd8b4f1cf0e2c77edd2769d21f76f3c0ec53823dd57c8891" diff --git a/pyproject.toml b/pyproject.toml index bc1ec442..6d0bd649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ celery = {version = "^5.3.6", extras = ["redis"]} kombu = ">=5.4.0rc2" # Pin version to fix https://github.com/celery/celery/issues/8030. TODO: remove when this fix will be included in celery uvicorn = "*" pydantic-settings = "^2.2.1" -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/29f7df5c6a705f865ade0c2484299d4e320562f8.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/4a9715c6b0b619371e89c09ea8d1c86ce5c880df.zip"} kafka-python-ng = "^2.2.3" requests = "^2.32.0" # Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904