diff --git a/poetry.lock b/poetry.lock index 6bac156b..a9e9e87c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "9c68bb30ceecec755a96034cae278b9f81d14a98.zip", hash = "sha256:8abb04eeaa505306a2f1aa0edc35a7da3776993b6c19c4a8631c8d699f17fa79"}, + {file = "a828a5c4cd9139c41baf99c52541f224ceb38d40.zip", hash = "sha256:5be6b02d951e0ae715ae304e378d919246b3426ed1c2fda10f4a3748c3440473"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/9c68bb30ceecec755a96034cae278b9f81d14a98.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/a828a5c4cd9139c41baf99c52541f224ceb38d40.zip" [[package]] name = "litellm" @@ -8819,4 +8819,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "8f76dfd354acac1e2612b17d1f527f01cfba75b70117a91169fe417b82db5974" +content-hash = "c724cae1e424ca3b54e0531cb039d5314a53f0f7d703b424dc6b9c67df5a14c5" diff --git a/pyproject.toml b/pyproject.toml index db88b8a6..efe5fd26 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/9c68bb30ceecec755a96034cae278b9f81d14a98.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/a828a5c4cd9139c41baf99c52541f224ceb38d40.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.76.1,<2.0.0)",