diff --git a/poetry.lock b/poetry.lock index b6e04500..32267f48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3737,13 +3737,13 @@ adal = ["adal (>=1.0.2)"] [[package]] name = "label-studio-sdk" -version = "1.0.12" +version = "1.0.13.dev" description = "" optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "1ef88e2f8afe50a738fc1b03385cb1f3d6b2dd9f.zip", hash = "sha256:c81daeb4fae81cdc5bc25bcf1e86a19cb887abb0c6e0404c2f49c1e7a7dd1cbf"}, + {file = "41b7f7cd29cc7d89cd14f330419710fc10422bea.zip", hash = "sha256:0a0c8f3ab8c2fb540f5712c46ed84d1fef3193a575eade0545d27d6ac3b39706"}, ] [package.dependencies] @@ -3769,7 +3769,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/1ef88e2f8afe50a738fc1b03385cb1f3d6b2dd9f.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/41b7f7cd29cc7d89cd14f330419710fc10422bea.zip" [[package]] name = "litellm" @@ -8724,4 +8724,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "9fce35ad63ebccedeabc7e5db084d2f440246a7adec0905ad9b0793409aa28b9" +content-hash = "e2cb9e20309b04308ba01fb0e50a3237976105418ac7c96afb87e99dc2c290a1" diff --git a/pyproject.toml b/pyproject.toml index 714d89e5..bfea6c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,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.9.0" -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/1ef88e2f8afe50a738fc1b03385cb1f3d6b2dd9f.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/41b7f7cd29cc7d89cd14f330419710fc10422bea.zip"} requests = "^2.32.0" # Using litellm from forked repo until vertex fix is released: https://github.com/BerriAI/litellm/issues/7904 #litellm = "^1.47.2"