diff --git a/poetry.lock b/poetry.lock index b796df60..58ec3eab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3743,7 +3743,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "2a34701fa51a6878ead752644fc5181243258a9e.zip", hash = "sha256:e7b865f8d2089fd594dd9589d72228bd1beaec74ad7cbc9d9ab8ff8d70d82d91"}, + {file = "f9965c8ca947c4f74068433df3d8a20c9e244302.zip", hash = "sha256:4f78a60a37f7312f3745f0e20c003525ba76298f9257619ed508fbd762ed2c32"}, ] [package.dependencies] @@ -3760,7 +3760,7 @@ opencv-python = ">=4.9.0,<5.0.0" pandas = ">=0.24.0" Pillow = ">=11.3.0" pydantic = ">=1.9.2" -pydantic-core = ">=2.18.2,<3.0.0" +pydantic-core = ">=2.18.2" pyjwt = ">=2.10.1,<3.0.0" requests = ">=2.22.0" requests-mock = "1.12.1" @@ -3771,7 +3771,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/2a34701fa51a6878ead752644fc5181243258a9e.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/f9965c8ca947c4f74068433df3d8a20c9e244302.zip" [[package]] name = "litellm" @@ -8777,4 +8777,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "9c42aca24d82aa1f5e00e151ef2ee67f3cd81c93bebc93811a8eb3eb0b2c315c" +content-hash = "a75aa50d3bdce7ab4de4add7422fffb211fc752be86a71d7732a4f62cd618951" diff --git a/pyproject.toml b/pyproject.toml index d0c3733f..81feb5a6 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/2a34701fa51a6878ead752644fc5181243258a9e.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/f9965c8ca947c4f74068433df3d8a20c9e244302.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"