diff --git a/poetry.lock b/poetry.lock index 53e05abc..6c317216 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3734,7 +3734,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "fbdcff43cc53ee1611d29a2829c97f85109ff7be.zip", hash = "sha256:5977a3c7856d4b6bcde4af17726073bcaec6810db34c3da59f98f7622705f3ec"}, + {file = "b624863c645ef8a69752bdba77907fc53c67cd31.zip", hash = "sha256:3b221a1d00b44f95b7badbe207a01f9e565c2460ebdedea975aa8b45c8ce59d1"}, ] [package.dependencies] @@ -3762,7 +3762,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/fbdcff43cc53ee1611d29a2829c97f85109ff7be.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/b624863c645ef8a69752bdba77907fc53c67cd31.zip" [[package]] name = "litellm" @@ -8836,4 +8836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "942d51863e49d6d08f9203ed79ff64ffd6c6fbc2b6f7f6eaa0211202ea2de5dc" +content-hash = "eaaf72a17f06752b4a24b6b9448738188127560b049b297591ec7a2fd722e130" diff --git a/pyproject.toml b/pyproject.toml index 8cbc7a7d..5316fc40 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/fbdcff43cc53ee1611d29a2829c97f85109ff7be.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/b624863c645ef8a69752bdba77907fc53c67cd31.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)",