diff --git a/poetry.lock b/poetry.lock index 6524774..b5cebce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3514,7 +3514,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "fdbaa6f3f32bbf5a5b66192ccb5059f9cba3d9f0.zip", hash = "sha256:284bf835bbc2dff4365b32a6b88b218cb035bb5f82008f01c418c70fdfcb1bac"}, + {file = "8c6e2e4e94b1fae331fbe7de8098f306785986fe.zip", hash = "sha256:3119623c599dee99f4148ce87d211b2267d7251290db40ae2660b582b2ce0dc9"}, ] [package.dependencies] @@ -3537,7 +3537,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/fdbaa6f3f32bbf5a5b66192ccb5059f9cba3d9f0.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/8c6e2e4e94b1fae331fbe7de8098f306785986fe.zip" [[package]] name = "litellm" @@ -8081,4 +8081,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "87b4aea16e9190bd4a9642e4e07c2ee9b7d054f0363bdf7936facf5a27eb4e0e" +content-hash = "5909ee3c726acb5de96e7ac7f706d692ff7c48ee7d710beb56591d75f8ef68dc" diff --git a/pyproject.toml b/pyproject.toml index 42a4fe7..3ce4d0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,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/fdbaa6f3f32bbf5a5b66192ccb5059f9cba3d9f0.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/8c6e2e4e94b1fae331fbe7de8098f306785986fe.zip"} kafka-python = "^2.0.2" # https://github.com/geerlingguy/ansible-role-docker/issues/462#issuecomment-2144121102 requests = "2.31.0"