diff --git a/poetry.lock b/poetry.lock index 4d2d93e4..1290251d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3735,7 +3735,7 @@ optional = false python-versions = ">=3.9,<4" groups = ["main"] files = [ - {file = "e6832339bbc046768e6e96b9a7386e91a2334e82.zip", hash = "sha256:5896b270824d798bc66a4ceb72f1f1b67ec0a8f69ec0a5cdcb1c84c25da6746e"}, + {file = "1876def1a2c52958b269eff4f5586073d8ab43aa.zip", hash = "sha256:1378fde7d200dcc52c748ab4434374d67250e7bfdea5bbfd38cb6eaaf8b5de85"}, ] [package.dependencies] @@ -3763,7 +3763,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/e6832339bbc046768e6e96b9a7386e91a2334e82.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/1876def1a2c52958b269eff4f5586073d8ab43aa.zip" [[package]] name = "litellm" @@ -8837,4 +8837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "babbab89c3aa80052296ad5b2f5325fd6fab83c8000719986cb7ac6b02ad5279" +content-hash = "52cfe1df714241c424f7fc22e5d1ab1f4b9de27bf6e3927387fa43b2bdc6ce21" diff --git a/pyproject.toml b/pyproject.toml index 3fbc1738..7aa4a5ea 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/e6832339bbc046768e6e96b9a7386e91a2334e82.zip", + "label-studio-sdk @ https://github.com/HumanSignal/label-studio-sdk/archive/1876def1a2c52958b269eff4f5586073d8ab43aa.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)",