diff --git a/poetry.lock b/poetry.lock index 3dfb0db..1d209bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3513,7 +3513,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "3df6ac21a728511cd67f8c402bb023f2cc210a4c.zip", hash = "sha256:f55f86ec5519411046f7964b2006e535bbcb94500e290597ead802310f8f4fb2"}, + {file = "3ccfe0a6f9f55afa714440a3eb37b73afe04d99c.zip", hash = "sha256:234a09801463112a2ec2deb8ca4689f9a2613ea523966c892b4ed9a0ff5869ff"}, ] [package.dependencies] @@ -3536,7 +3536,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/3df6ac21a728511cd67f8c402bb023f2cc210a4c.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/3ccfe0a6f9f55afa714440a3eb37b73afe04d99c.zip" [[package]] name = "litellm" @@ -8080,4 +8080,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "a8dff505533cd06f0016f4302f10592f0c29e595bab75efd4227f79497da9fb6" +content-hash = "ee276292136798d8113f0ea6f98e7ce00da201869494bfa02b8a9594aaf6d894" diff --git a/pyproject.toml b/pyproject.toml index 6c1d36f..9a4cf54 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/3df6ac21a728511cd67f8c402bb023f2cc210a4c.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/3ccfe0a6f9f55afa714440a3eb37b73afe04d99c.zip"} kafka-python = "^2.0.2" # https://github.com/geerlingguy/ansible-role-docker/issues/462#issuecomment-2144121102 requests = "2.31.0"